Merge "[ha-guide] Alternative keystone instructions for Red Hat installs"

This commit is contained in:
Jenkins 2016-07-02 04:32:48 +00:00 committed by Gerrit Code Review
commit 868a6564c8

View File

@ -19,6 +19,12 @@ in active / passive mode involves:
Add OpenStack Identity resource to Pacemaker
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SUSE
-----
SUSE Enterprise Linux and SUSE-based distributions, such as openSUSE,
use a set of OCF agents for controlling OpenStack services.
#. You must first download the OpenStack Identity resource to Pacemaker
by running the following commands:
@ -59,6 +65,16 @@ Add OpenStack Identity resource to Pacemaker
Pacemaker then starts the OpenStack Identity service
and its dependent resources on one of your nodes.
Red Hat
--------
For Red Hat Enterprise Linux and Red Hat-based Linux distributions,
the process is simpler as they use the standard Systemd unit files.
.. code-block:: console
# pcs resource create openstack-keystone systemd:openstack-keystone --clone interleave=true
.. _identity-config-identity:
Configure OpenStack Identity service