freezer/doc/source/install/install-rdo.rst
Andreas Jaeger 266ec2121c Remove broken docs links
There's no /install/source directory, remove the links. Those links are
also completely unneeded, the theme has a sidebar with a table of
content.

Fix one ocata link and link to current guide instead.

Change-Id: Ifbf39d1bbd09d8f32a6fbde790a136bd94315717
2017-09-22 07:12:03 +02:00

748 B

Install and configure for Red Hat Enterprise Linux and CentOS

This section describes how to install and configure the Backup service for Red Hat Enterprise Linux 7 and CentOS 7.

Install and configure components

  1. Install the packages:

    $ sudo yum install python-dev python-pip

Finalize installation

Start the Backup services and configure them to start when the system boots:

$ sudo systemctl enable openstack-freezer-api.service

$ sudo systemctl start openstack-freezer-api.service