X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fmistral-base.yaml;h=6a842a1ed2fa4ca0d9ef320a648236a76b9bb7df;hb=a788c006dfb22f22c84144188ae6adafda705a25;hp=a11624c0c9d93946059c78457b0d0306a5443639;hpb=9dfc2432027fda33d4c349bb6f512f1bca353974;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/mistral-base.yaml b/puppet/services/mistral-base.yaml index a11624c0..6a842a1e 100644 --- a/puppet/services/mistral-base.yaml +++ b/puppet/services/mistral-base.yaml @@ -70,8 +70,10 @@ outputs: mistral::rabbit_use_ssl: {get_param: RabbitClientUseSSL} mistral::rabbit_port: {get_param: RabbitClientPort} mistral::debug: {get_param: Debug} - mistral::keystone_password: {get_param: MistralPassword} - mistral::keystone_tenant: 'service' + mistral::keystone::authtoken::project_name: 'service' + mistral::keystone::authtoken::password: {get_param: MistralPassword} + mistral::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri] } + mistral::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} mistral::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]} mistral::keystone_ec2_uri: {get_param: [EndpointMap, KeystoneEC2, uri]} mistral::identity_uri: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}