diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-13 18:09:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-13 18:09:15 +0000 |
commit | d3ff20a1005e7b12341ddefc5a289405d7f5ec2c (patch) | |
tree | 800769dafee96f1738bcf2f8862362560682b674 /puppet/services | |
parent | 7234e656a75b771da11af61a1b4948c0b43548ee (diff) | |
parent | 2c0355b4fe33d1804fc8ca4d5a14fa8f0131c845 (diff) |
Merge "Configure credentials for ironic to access cinder"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/ironic-conductor.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/ironic-conductor.yaml b/puppet/services/ironic-conductor.yaml index b1676715..0e8c8e12 100644 --- a/puppet/services/ironic-conductor.yaml +++ b/puppet/services/ironic-conductor.yaml @@ -164,6 +164,12 @@ outputs: ironic::my_ip: {get_param: [ServiceNetMap, IronicNetwork]} ironic::pxe::common::http_port: {get_param: IronicIPXEPort} # Credentials to access other services + ironic::cinder::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} + ironic::cinder::username: 'ironic' + ironic::cinder::password: {get_param: IronicPassword} + ironic::cinder::project_name: 'service' + ironic::cinder::user_domain_name: 'Default' + ironic::cinder::project_domain_name: 'Default' ironic::glance::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} ironic::glance::username: 'ironic' ironic::glance::password: {get_param: IronicPassword} |