Merge "Correct inspector ironic.conf params for authentication"

This commit is contained in:
Jenkins 2017-09-15 04:28:53 +00:00 committed by Gerrit Code Review
commit d99769b5a9
1 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,15 @@ use_web_server_for_images = true
[inspector]
enabled = true
{% endif %}
{% if enable_keystone is defined and enable_keystone | bool == true %}
auth_plugin = password
auth_url = {{ ironic.service_catalog.auth_url }}
username = {{ ironic.service_catalog.username }}
password = {{ ironic.service_catalog.password }}
user_domain_id = default
project_name = {{ ironic.service_catalog.project_name }}
project_domain_id = default
{% endif %}
{% if enable_keystone is defined and enable_keystone | bool == true %}
[keystone]