Skip to content
Snippets Groups Projects
Commit b8d7750c authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add Cinder credentials to ironic.conf"

parents 3c08f229 95007835
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,17 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi ...@@ -60,6 +60,17 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
{% endif %} {% endif %}
{% if enable_cinder | bool %}
[cinder]
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = {{ ironic_keystone_user }}
password = {{ ironic_keystone_password }}
{% endif %}
[glance] [glance]
glance_api_servers = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ glance_api_port }} glance_api_servers = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ glance_api_port }}
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }} auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment