Merge "changed keystone resource from primitive type to clone"

This commit is contained in:
Jenkins 2016-08-10 00:37:18 +00:00 committed by Gerrit Code Review
commit d7c74c7a70

View File

@ -44,7 +44,7 @@ use a set of OCF agents for controlling OpenStack services.
::
primitive p_keystone ocf:openstack:keystone \
clone p_keystone ocf:openstack:keystone \
params config="/etc/keystone/keystone.conf" os_password="secretsecret" os_username="admin" os_tenant_name="admin" os_auth_url="http://10.0.0.11:5000/v2.0/" \
op monitor interval="30s" timeout="30s"
@ -63,7 +63,7 @@ use a set of OCF agents for controlling OpenStack services.
commit your configuration changes by entering :command:`commit`
from the :command:`crm configure` menu.
Pacemaker then starts the OpenStack Identity service
and its dependent resources on one of your nodes.
and its dependent resources on all of your nodes.
Red Hat
--------