aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/keystone.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-21 09:29:38 +0000
committerGerrit Code Review <review@openstack.org>2016-07-21 09:29:38 +0000
commit32bb901d430a06b4dba0f8e8e8427dc31a1924b9 (patch)
treeeadf6e85588c54f907b513988ffe0a0f3fa3825f /manifests/profile/pacemaker/keystone.pp
parent657e22f96eb8b1a28296a23be9972ebfc4e2a422 (diff)
parent7b8a1092e113d6352cb9a4c172d1d6e9cad21292 (diff)
Merge "Implement Apache pacemaker profile"
Diffstat (limited to 'manifests/profile/pacemaker/keystone.pp')
-rw-r--r--manifests/profile/pacemaker/keystone.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/keystone.pp b/manifests/profile/pacemaker/keystone.pp
index 5a3701b..e8e12a3 100644
--- a/manifests/profile/pacemaker/keystone.pp
+++ b/manifests/profile/pacemaker/keystone.pp
@@ -76,6 +76,9 @@ class tripleo::profile::pacemaker::keystone (
require => [Pacemaker::Resource::Ocf['rabbitmq'],
Pacemaker::Resource::Ocf['openstack-core']],
}
+ File['/etc/keystone/ssl/certs/ca.pem'] -> Pacemaker::Resource::Service[$::apache::params::service_name]
+ File['/etc/keystone/ssl/private/signing_key.pem'] -> Pacemaker::Resource::Service[$::apache::params::service_name]
+ File['/etc/keystone/ssl/certs/signing_cert.pem'] -> Pacemaker::Resource::Service[$::apache::params::service_name]
}
}