From c3113002551d58d0a434cbac2ea46a137a6f2e49 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Fri, 31 Mar 2017 10:31:02 +0200 Subject: [PATCH] Set Zaqar roles This sets Zaqar roles so that it works correctly with the swift backend. Depends-On: I92c721fc697d9cfb28ad7069d5898ca4db82897f Change-Id: Ic1f73d13d8b30163d629df6e2eb2195b86b9aba1 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 6197410b7..3abc468e7 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -620,6 +620,9 @@ zaqar::keystone::auth::internal_url: {{UNDERCLOUD_ENDPOINT_ZAQAR_INTERNAL}} zaqar::keystone::auth::admin_url: {{UNDERCLOUD_ENDPOINT_ZAQAR_ADMIN}} zaqar::keystone::auth::region: "%{hiera('keystone_region')}" zaqar::keystone::auth::password: {{UNDERCLOUD_ZAQAR_PASSWORD}} +zaqar::keystone::auth::roles: + - admin + - ResellerAdmin zaqar::keystone::auth_websocket::tenant: 'service' zaqar::keystone::auth_websocket::public_url: {{UNDERCLOUD_ENDPOINT_ZAQAR_WEBSOCKET_PUBLIC}} zaqar::keystone::auth_websocket::internal_url: {{UNDERCLOUD_ENDPOINT_ZAQAR_WEBSOCKET_INTERNAL}}