
* Update links to point to pike content * Improve titles and ToC * Remove Debian * Fix formatting * Update repo url for Pike * Edit openstack-services Change-Id: I258d6ce980b0b3408d88b40e487f3079c2b55cdb
57 lines
1.2 KiB
ReStructuredText
57 lines
1.2 KiB
ReStructuredText
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.
|
|
|
|
.. note::
|
|
|
|
The set up of OpenStack packages described here needs to be done on
|
|
all nodes: controller, compute, and Block Storage nodes.
|
|
|
|
.. warning::
|
|
|
|
Your hosts must contain the latest versions of base installation
|
|
packages available for your distribution before proceeding further.
|
|
|
|
.. note::
|
|
|
|
Disable or remove any automatic update services because they can
|
|
impact your OpenStack environment.
|
|
|
|
|
|
Enable the OpenStack repository
|
|
-------------------------------
|
|
|
|
.. code-block:: console
|
|
|
|
# apt install software-properties-common
|
|
# add-apt-repository cloud-archive:pike
|
|
|
|
.. end
|
|
|
|
Finalize the installation
|
|
-------------------------
|
|
|
|
1. Upgrade the packages on all nodes:
|
|
|
|
.. code-block:: console
|
|
|
|
# apt update && apt dist-upgrade
|
|
|
|
.. end
|
|
|
|
.. note::
|
|
|
|
If the upgrade process includes a new kernel, reboot your host
|
|
to activate it.
|
|
|
|
2. Install the OpenStack client:
|
|
|
|
.. code-block:: console
|
|
|
|
# apt install python-openstackclient
|
|
|
|
.. end
|