Merge "ironic: Follow up for ironic_enable_keystone_integration"

This commit is contained in:
Zuul 2021-08-11 09:50:58 +00:00 committed by Gerrit Code Review
commit 3be572f67f
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
- import_tasks: register.yml
when: enable_keystone | bool
when: ironic_enable_keystone_integration | bool
- import_tasks: config-host.yml

View File

@ -19,7 +19,7 @@ ssl_ca_file = {{ om_rabbitmq_cacert }}
{% endif %}
[ironic]
{% if enable_keystone | bool %}
{% if ironic_enable_keystone_integration | bool %}
auth_url = {{ keystone_admin_url }}
auth_type = password
project_domain_id = {{ default_project_domain_id }}
@ -35,7 +35,7 @@ auth_type = none
endpoint_override = {{ ironic_internal_endpoint }}
{% endif %}
{% if enable_keystone | bool %}
{% if ironic_enable_keystone_integration | bool %}
[keystone_authtoken]
www_authenticate_uri = {{ keystone_internal_url }}
auth_url = {{ keystone_admin_url }}