Update openstack-on-lxd section

Add queens and related comments to document

Change-Id: I5672a81e63de4a471ba9fb67b1e9106162fad220
This commit is contained in:
Andrew McLeod 2018-01-12 12:55:24 +01:00
parent bee703a23c
commit fc32e182ab
1 changed files with 26 additions and 1 deletions

View File

@ -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