aodh-base.yaml uses a hard coded keystone region name
authorKeith Schincke <keith.schincke@gmail.com>
Mon, 17 Apr 2017 21:37:04 +0000 (17:37 -0400)
committerKeith Schincke <keith.schincke@gmail.com>
Mon, 17 Apr 2017 21:37:04 +0000 (17:37 -0400)
aodh::auth::auth_region in aodh-base.yaml is hardcoded to regionOne
instead of using the available KeystoneRegion

Change-Id: I521b7e226675062225085e1d5f0296e53b152e81

puppet/services/aodh-base.yaml

index 48a2aec..5b78e28 100644 (file)
@@ -83,7 +83,7 @@ outputs:
         aodh::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
         aodh::keystone::authtoken::auth_url: { get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
         aodh::auth::auth_password: {get_param: AodhPassword}
-        aodh::auth::auth_region: 'regionOne'
+        aodh::auth::auth_region: {get_param: KeystoneRegion}
         aodh::auth::auth_tenant_name: 'service'
       service_config_settings:
         keystone: