diff --git a/deploy-guide/source/install-juju.rst b/deploy-guide/source/install-juju.rst index f3a4432..854061c 100644 --- a/deploy-guide/source/install-juju.rst +++ b/deploy-guide/source/install-juju.rst @@ -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 diff --git a/deploy-guide/source/install-openstack.rst b/deploy-guide/source/install-openstack.rst index 1e47197..26a3d5a 100644 --- a/deploy-guide/source/install-openstack.rst +++ b/deploy-guide/source/install-openstack.rst @@ -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.