openSUSE stopped providing OpenStack packages some time ago. Change-Id: I86d63d56b26a36d9f0ab6984729c6cecd9585e62 Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com> Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
29 lines
620 B
ReStructuredText
29 lines
620 B
ReStructuredText
Install and configure
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
This section describes how to install and configure the
|
|
Backup service, code-named freezer-api, on the controller node.
|
|
|
|
This section assumes that you already have a working OpenStack
|
|
environment with at least the following components installed:
|
|
.. Keystone
|
|
|
|
Note that installation and configuration vary by distribution.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
db-install
|
|
install-rdo
|
|
install-ubuntu
|
|
|
|
.. code-block:: console
|
|
|
|
$ git clone https://opendev.org/openstack/freezer-api.git
|
|
$ cd freezer-api
|
|
$ python3 -m pip install -e .
|
|
|
|
.. toctree::
|
|
|
|
devstack_plugin.rst
|