diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-22 21:22:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-22 21:22:45 +0000 |
commit | 2fc85683cd1d10d7eb62b10f56675e98086364ed (patch) | |
tree | c523f1665ade83bda2420d8e3561b698f7b363fe /puppet/services | |
parent | 7af2a54baaef21588b44a888d97df7508698543a (diff) | |
parent | c15009715bb855885214c9fd1228031f5baf0c09 (diff) |
Merge "Configure authtoken in nova-placement api service"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/nova-placement.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/services/nova-placement.yaml b/puppet/services/nova-placement.yaml index 9389c801..3ae19a67 100644 --- a/puppet/services/nova-placement.yaml +++ b/puppet/services/nova-placement.yaml @@ -79,6 +79,10 @@ outputs: dport: - 8778 - 13778 + nova::keystone::authtoken::project_name: 'service' + nova::keystone::authtoken::password: {get_param: NovaPassword} + nova::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri] } + nova::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} nova::wsgi::apache_placement::api_port: '8778' nova::wsgi::apache_placement::ssl: {get_param: EnableInternalTLS} # NOTE: bind IP is found in Heat replacing the network name with the local node IP |