diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-14 13:39:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-14 13:39:26 +0000 |
commit | d6794ec1d30898b25d6c0950bd0e02f3327b2999 (patch) | |
tree | 2dd7d61374358e70efb66cf5b69cc80c8f680acc /puppet/services/ironic-api.yaml | |
parent | 242fe1bdfef406d4ca3cd59033fe3c5877ffeec4 (diff) | |
parent | d1eb0bc0dc1955c70e262101d07d857a35682333 (diff) |
Merge "Use Keystone internal endpoint instead of admin for services"
Diffstat (limited to 'puppet/services/ironic-api.yaml')
-rw-r--r-- | puppet/services/ironic-api.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/ironic-api.yaml b/puppet/services/ironic-api.yaml index bc34b736..a84df538 100644 --- a/puppet/services/ironic-api.yaml +++ b/puppet/services/ironic-api.yaml @@ -51,7 +51,7 @@ outputs: ironic::api::authtoken::project_name: 'service' ironic::api::authtoken::username: 'ironic' ironic::api::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri] } - ironic::api::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} + ironic::api::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} # NOTE: bind IP is found in Heat replacing the network name with the # local node IP for the given network; replacement examples # (eg. for internal_api): |