Fix cloud name in bootstrap commands

The previous step adds a cloud named 'mymaas' which is the name
that should be used on the bootstrap command.

Change-Id: If0134032dcf8fc699257ea019f222261dd804eed
This commit is contained in:
Corey Bryant 2018-04-25 12:20:38 -04:00
parent 98e4a6558f
commit cd418262d0
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ controller for our cloud:
.. code:: bash
juju bootstrap --constraints tags=juju maas maas-controller
juju bootstrap --constraints tags=juju mymaas maas-controller
The constraint in the above command will ask MAAS to use any nodes tagged with
``juju`` to host the controller for the Juju client. We tagged this node within

View File

@ -52,7 +52,7 @@ commands:
.. code:: bash
juju kill-controller maas-controller
juju bootstrap --constraints tags=juju maas maas-controller
juju bootstrap --constraints tags=juju mymaas maas-controller
During the bootstrap process, Juju will create a model called ``default``, as
shown in the output from ``juju status`` above.