From fc32e182ab8c70f5042b313b71dac3c0d42441b5 Mon Sep 17 00:00:00 2001 From: Andrew McLeod Date: Fri, 12 Jan 2018 12:55:24 +0100 Subject: [PATCH] Update openstack-on-lxd section Add queens and related comments to document Change-Id: I5672a81e63de4a471ba9fb67b1e9106162fad220 --- doc/source/openstack-on-lxd.rst | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/doc/source/openstack-on-lxd.rst b/doc/source/openstack-on-lxd.rst index bb37c27d..02d23968 100644 --- a/doc/source/openstack-on-lxd.rst +++ b/doc/source/openstack-on-lxd.rst @@ -20,7 +20,7 @@ The tools in the openstack-on-lxd git repository require the use of Juju 2.x, wh .. code:: bash - sudo add-apt-repository cloud-archive:pike -y && sudo apt update + sudo add-apt-repository cloud-archive:queens -y && sudo apt update sudo apt-get install juju lxd zfsutils-linux squid-deb-proxy \ python-novaclient python-keystoneclient python-glanceclient \ @@ -164,6 +164,19 @@ For amd64, arm64, or ppc64el Pike: .. code:: bash juju deploy bundle-pike.yaml + +For amd64, arm64, or ppc64el Queens on Xenial: + +.. code:: bash + + juju deploy bundle-xenial-queens.yaml + +For amd64, arm64, or ppc64el Queens on Bionic: + +.. code:: bash + + juju deploy bundle-bionic-queens.yaml + For s390x Mitaka: .. code:: bash @@ -188,6 +201,18 @@ For s390x Pike: juju deploy bundle-pike-s390x.yaml +For s390x Queens on Xenial: + +.. code:: bash + + juju deploy bundle-xenial-queens-s390x.yaml + +For s390x Queens on Bionic: + +.. code:: bash + + juju deploy bundle-bionic-queens-s390x.yaml + You can watch deployment progress using the 'juju status' command. This may take some time depending on the speed of your system; CPU, disk and network speed will all effect deployment time. Using the Cloud