install-guide: Update Ubuntu Cloud Archive sources

Add details for enabling use of the Queens Ubuntu Cloud Archive.

Change-Id: Ib3f5be119314d8779a0c7fa03e89f213c8de11b8
This commit is contained in:
James Page 2018-02-28 17:32:04 +00:00
parent 2b9b3546c0
commit 7dc0ea2638
1 changed files with 21 additions and 3 deletions

View File

@ -1,9 +1,8 @@
OpenStack packages for Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Distributions release OpenStack packages as part of the distribution or
using other methods because of differing release schedules. Perform
these procedures on all nodes.
Ubuntu releases OpenStack packages as part of each Ubuntu release and for
Ubuntu LTS releases via the Ubuntu Cloud Archive.
.. note::
@ -24,6 +23,17 @@ these procedures on all nodes.
Enable the OpenStack repository
-------------------------------
**OpenStack Queens:**
.. code-block:: console
# apt install software-properties-common
# add-apt-repository cloud-archive:queens
.. end
**OpenStack Pike:**
.. code-block:: console
# apt install software-properties-common
@ -31,6 +41,14 @@ Enable the OpenStack repository
.. end
.. note::
The Ubuntu Cloud Archive pockets for Pike and Queens provide
OpenStack packages for Ubuntu 16.04 LTS; OpenStack Queens is
installable direct using Ubuntu 18.04 LTS (due for release in
April 2018).
Finalize the installation
-------------------------