Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
all: nest models under accounts in models.yaml #4517
Conversation
axw
added some commits
Feb 23, 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 24, 2016
jujubot
merged commit 9522d3b
into
juju:master
Feb 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 24, 2016
jujuclient has been updated so that models.yaml
has the following structure:
The output of "list-controllers" and "show-controller"
has been updated to reflect the new structure. Listing
controllers now only shows a current model if there is
a current account for the controller.
The modelcmd package has been updated accordingly.
a current account, but will error if an attempt
is made to obtain an API connection without setting
the current account.
set the current model, but there is no current
account for the controller.
There is no way to identify a model for a different
account in a controller; the current account for the
controller is always assumed.
Some minor changes were made to the change-user-password
and create-model commands. The change-user-password
command no longer requires the specified user to exist
in the local jujuclient store. The create-model command
no longer uses configstore, and uses jujuclient exclusively.
(Review request: http://reviews.vapour.ws/r/3952/)