From 7dc0ea26385b3a0c52a11343434c669051880eb4 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 28 Feb 2018 17:32:04 +0000 Subject: [PATCH] install-guide: Update Ubuntu Cloud Archive sources Add details for enabling use of the Queens Ubuntu Cloud Archive. Change-Id: Ib3f5be119314d8779a0c7fa03e89f213c8de11b8 --- .../source/environment-packages-ubuntu.rst | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/doc/install-guide/source/environment-packages-ubuntu.rst b/doc/install-guide/source/environment-packages-ubuntu.rst index d6681978b9..c6b32c6095 100644 --- a/doc/install-guide/source/environment-packages-ubuntu.rst +++ b/doc/install-guide/source/environment-packages-ubuntu.rst @@ -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 -------------------------