changed keystone resource from primitive type to clone

Keystone resource type is changed from primitive to clone
while configuring in SUSE same as in Red Hat Environment.

Change-Id: I734cef4c42cc2bcb28bd6bcff5f0da994a919be2
Closes-Bug: #1551164
This commit is contained in:
ashi kansal 2016-07-22 17:37:18 +05:30
parent a63d07860a
commit 37082a8357

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
--------