Add Victoria version installation for Ubuntu 20.04

As the official Ubuntu wiki[1], victoria cloud-archive is available
for Ubuntu 20.04LTS and the wiki shows how to use it.
In addition, I confirmed it works locally.
This adds the description for the installation guide.

[1]: https://wiki.ubuntu.com/OpenStack/CloudArchive

Change-Id: I2c1d22274436c5902145c60de2fec9146f313c43
This commit is contained in:
Kenichi Omichi 2020-12-24 19:41:49 +00:00 committed by Andreas Jaeger
parent d4aa2f5186
commit e8f20aad7a
2 changed files with 12 additions and 3 deletions

View File

@ -29,6 +29,12 @@ having to enable an Ubuntu Cloud Archive repository.
Enable the repository for Ubuntu Cloud Archive
----------------------------------------------
**OpenStack Victoria for Ubuntu 20.04 LTS:**
.. code-block:: console
# add-apt-repository cloud-archive:victoria
**OpenStack Stein for Ubuntu 18.04 LTS:**
.. code-block:: console
@ -81,7 +87,7 @@ Finalize the installation
2. Install the OpenStack client:
**OpenStack Stein for Ubuntu 18.04 LTS:**
**OpenStack Victoria for Ubuntu 20.04 LTS and Stein for Ubuntu 18.04 LTS:**
.. code-block:: console

View File

@ -58,10 +58,13 @@ Red Hat Enterprise Linux and CentOS
Ubuntu
You can walk through an installation by using packages available through
Canonical's Ubuntu Cloud archive repository for Ubuntu 16.04 (LTS).
Canonical's Ubuntu Cloud archive repository for Ubuntu 16.04+ (LTS).
.. 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.
installable direct using Ubuntu 18.04 LTS; the Ubuntu Cloud
Archive pockets for Rocky and Stein provide OpenStack packages
for Ubuntu 18.04 LTS; the Ubuntu Cloud Archive pocket for
Victoria provides OpenStack packages for Ubuntu 20.04 LTS.