From cd418262d080be557a9e4410788daf021c991b87 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 25 Apr 2018 12:20:38 -0400 Subject: [PATCH] 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 --- deploy-guide/source/install-juju.rst | 2 +- deploy-guide/source/install-openstack.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.