summaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/keystone.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-15 18:33:05 +0000
committerGerrit Code Review <review@openstack.org>2017-07-15 18:33:05 +0000
commit9c49a5c39a0705a5222985700131cdc19be0cfcc (patch)
treee990a2fe19d01ec80ca5d9cc55d22c29abf3ae92 /manifests/profile/base/keystone.pp
parent152d224c73cdbd3243a560a27f6a18e5ffbb2e3c (diff)
parenta87fb1282327f7c67542cff006d5a83c87afb75c (diff)
Merge "Add new profile for the Veritas HyperScale's cinder backend."
Diffstat (limited to 'manifests/profile/base/keystone.pp')
-rw-r--r--manifests/profile/base/keystone.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/profile/base/keystone.pp b/manifests/profile/base/keystone.pp
index 91a660c..47b5276 100644
--- a/manifests/profile/base/keystone.pp
+++ b/manifests/profile/base/keystone.pp
@@ -347,5 +347,8 @@ class tripleo::profile::base::keystone (
if hiera('novajoin_enabled', false) {
include ::nova::metadata::novajoin::auth
}
+ if hiera('veritas_hyperscale_controller_enabled', false) {
+ include ::veritas_hyperscale::hs_keystone
+ }
}
}