From fa5333bbb37a0550dac02b7f621238d7f63fb728 Mon Sep 17 00:00:00 2001 From: Nils Magnus Date: Fri, 3 May 2019 00:39:05 +0200 Subject: [PATCH] typos fixed, stein repo added - corrected headline - package software-properties-common is no longer needed since Ubuntu 18.04 LTS - added new section reflecting Stein repo enabling - clarify dependencies of OpenStack versions to Ubuntu Cloud Archive versions Change-Id: Ia5a0344065a880e93ec39b4e6699b23b6582c3cd --- .../source/environment-packages-ubuntu.rst | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/doc/install-guide/source/environment-packages-ubuntu.rst b/doc/install-guide/source/environment-packages-ubuntu.rst index 908ca8e856..40fa34361a 100644 --- a/doc/install-guide/source/environment-packages-ubuntu.rst +++ b/doc/install-guide/source/environment-packages-ubuntu.rst @@ -2,13 +2,13 @@ OpenStack packages for Ubuntu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ubuntu releases OpenStack with each Ubuntu release. Ubuntu LTS releases -are provided every 2 years. OpenStack packages from interim releases of +are provided every two years. OpenStack packages from interim releases of Ubuntu are made available to the prior Ubuntu LTS via the Ubuntu Cloud Archive. OpenStack Queens is available directly using Ubuntu 18.04 LTS and OpenStack Mitaka is available directly using Ubuntu 16.04 LTS without -having to enable an Ubuntu Cloud Archive pocket. +having to enable an Ubuntu Cloud Archive repository. .. note:: @@ -26,14 +26,19 @@ having to enable an Ubuntu Cloud Archive pocket. impact your OpenStack environment. -Enable the Ubuntu Cloud Archive pocket as needed ------------------------------------------------- +Enable the repository for Ubuntu Cloud Archive +---------------------------------------------- + +**OpenStack Stein for Ubuntu 18.04 LTS:** + +.. code-block:: console + + # add-apt-repository cloud-archive:stein **OpenStack Rocky for Ubuntu 18.04 LTS:** .. code-block:: console - # apt install software-properties-common # add-apt-repository cloud-archive:rocky **OpenStack Queens for Ubuntu 16.04 LTS:** @@ -43,6 +48,9 @@ Enable the Ubuntu Cloud Archive pocket as needed # apt install software-properties-common # add-apt-repository cloud-archive:queens +Note that OpenStack Queens is included in Ubuntu 18.04 LTS without +enabling the Ubuntu Cloud Archive. + **OpenStack Pike for Ubuntu 16.04 LTS:** .. code-block:: console @@ -60,7 +68,7 @@ Enable the Ubuntu Cloud Archive pocket as needed Finalize the installation ------------------------- -1. Upgrade the packages on all nodes: +1. Upgrade packages on all nodes: .. code-block:: console