Swap bootstrap controller and cloud args #6444

Merged
merged 1 commit into from Oct 13, 2016

Conversation

Projects
None yet
3 participants
Owner

wallyworld commented Oct 13, 2016

Fixes: https://bugs.launchpad.net/juju/+bug/1632919

The arg order for cloud and controller for bootstrap are swapped.
$ juju bootstrap aws myctrlname

Controller name is optional (controller name will be cloud-region):
$ juju bootstrap aws

Another change as per the bug is that if the cloud has no regions, the default controller name will just be the cloud and, and not user-cloud.

QA
$ juju bootstrap aws
Creating Juju controller "aws-us-east-1" on aws/us-east-1
...

$ juju bootstrap aws/us-west-1
Creating Juju controller "aws-us-west-1" on aws/us-east-1
...

$ juju bootstrap aws ian
Creating Juju controller "ian" on aws/us-east-1
...

The code change in itself looks ok. Thank you for doing...

I have reservations doing this work hours away from release but this is nor here nor there :D

Owner

wallyworld commented Oct 13, 2016

$$merge$$

Contributor

jujubot commented Oct 13, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

@jujubot jujubot merged commit a2499fe into juju:master Oct 13, 2016

jujubot added a commit that referenced this pull request Oct 13, 2016

Merge pull request #6445 from frankban/bootstrap-usage
bootstrap command: update usage message.

Trivial fix for completing the change implemented at #6444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment