Merge "Fix cloud name in bootstrap commands"

This commit is contained in:
Zuul 2018-05-09 12:51:17 +00:00 committed by Gerrit Code Review
commit d6d7238161
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ controller for our cloud:
.. code:: bash .. 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 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 ``juju`` to host the controller for the Juju client. We tagged this node within

View File

@ -52,7 +52,7 @@ commands:
.. code:: bash .. code:: bash
juju kill-controller maas-controller 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 During the bootstrap process, Juju will create a model called ``default``, as
shown in the output from ``juju status`` above. shown in the output from ``juju status`` above.