From 898727e626a07537976d49d3905e6a21125da98e Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Mon, 27 Mar 2017 16:35:17 +0300 Subject: [PATCH] Add missing project name for novajoin The default project does not coincide with the one we use with TripleO. So this fixes it. Change-Id: Ic7cf136e285dbc6c6f41c71cb7625410a47ae7e6 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index e1056e6d0..19b85c709 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -772,6 +772,7 @@ nova::metadata::novajoin::api::transport_url: "rabbit://{{UNDERCLOUD_RABBIT_USER nova::metadata::novajoin::authtoken::auth_url: "%{hiera('keystone_identity_uri')}" nova::metadata::novajoin::authtoken::auth_uri: "%{hiera('keystone_auth_uri')}" nova::metadata::novajoin::authtoken::password: {{UNDERCLOUD_NOVAJOIN_PASSWORD}} +nova::metadata::novajoin::authtoken::project_name: 'service' nova::metadata::novajoin::auth::tenant: 'service' nova::metadata::novajoin::auth::password: {{UNDERCLOUD_NOVAJOIN_PASSWORD}} nova::metadata::novajoin::auth::region: "%{hiera('keystone_region')}"