OpenStack packages for Ubuntu

Ubuntu releases OpenStack with each Ubuntu release. Ubuntu LTS releases 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.

Примечание

The archive enablement described here needs to be done on all nodes that run OpenStack services.

Archive Enablement

OpenStack 2024.1 Caracal для Ubuntu 22.04 LTS:

# add-apt-repository cloud-archive:caracal

OpenStack 2023.2 Bobcat для Ubuntu 22.04 LTS:

# add-apt-repository cloud-archive:bobcat

OpenStack 2023.1 Antelope для Ubuntu 22.04 LTS:

# add-apt-repository cloud-archive:antelope

OpenStack Zed для Ubuntu 22.04 LTS:

# add-apt-repository cloud-archive:zed

OpenStack Yoga для Ubuntu 22.04 LTS:

OpenStack Yoga is available by default using Ubuntu 22.04 LTS.

OpenStack Yoga для Ubuntu 20.04 LTS:

# add-apt-repository cloud-archive:yoga

OpenStack Xena для Ubuntu 20.04 LTS:

# add-apt-repository cloud-archive:xena

OpenStack Wallaby для Ubuntu 20.04 LTS:

# add-apt-repository cloud-archive:wallaby

OpenStack Victoria для Ubuntu 20.04 LTS:

# add-apt-repository cloud-archive:victoria

OpenStack Ussuri для Ubuntu 20.04 LTS:

OpenStack Ussuri is available by default using Ubuntu 20.04 LTS.

OpenStack Ussuri для Ubuntu 18.04 LTS:

# add-apt-repository cloud-archive:ussuri

OpenStack Train для Ubuntu 18.04 LTS:

# add-apt-repository cloud-archive:train

OpenStack Stein для Ubuntu 18.04 LTS:

# add-apt-repository cloud-archive:stein

OpenStack Rocky для Ubuntu 18.04 LTS:

# add-apt-repository cloud-archive:rocky

OpenStack Queens для Ubuntu 18.04 LTS:

OpenStack Queens is available by default using Ubuntu 18.04 LTS.

Примечание

For a full list of supported Ubuntu OpenStack releases, see «Ubuntu OpenStack release cycle» at https://www.ubuntu.com/about/release-cycle.

Sample Installation

For example, Nova service can be installed on compute or control node as follows:

# apt install nova-compute

Client Installation

The openstack client is the CLI for openstack operations and is installed as follows:

# apt install python3-openstackclient