Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
jujuclient: add AccountStore #4379
Conversation
axw
added some commits
Feb 11, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Feb 11, 2016
jujubot
merged commit d2677fe
into
juju:cloud-credentials
Feb 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 11, 2016
Basically just a find/replace of Model with
Account.
Accounts are currently keyed by user name,
but we also store the user name in the account
details in case we want to separate the name
of the account from the user.
(Review request: http://reviews.vapour.ws/r/3822/)