Skip to content

Commit 10359de

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "ironic: Follow up for ironic_enable_keystone_integration" into stable/victoria
2 parents eb5a3fa + 69fde69 commit 10359de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/roles/ironic/tasks/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- import_tasks: register.yml
3-
when: enable_keystone | bool
3+
when: ironic_enable_keystone_integration | bool
44

55
- import_tasks: config-host.yml
66

ansible/roles/ironic/templates/ironic-inspector.conf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ssl_ca_file = {{ om_rabbitmq_cacert }}
1919
{% endif %}
2020

2121
[ironic]
22-
{% if enable_keystone | bool %}
22+
{% if ironic_enable_keystone_integration | bool %}
2323
auth_url = {{ keystone_admin_url }}
2424
auth_type = password
2525
project_domain_id = {{ default_project_domain_id }}
@@ -35,7 +35,7 @@ auth_type = none
3535
endpoint_override = {{ ironic_internal_endpoint }}
3636
{% endif %}
3737

38-
{% if enable_keystone | bool %}
38+
{% if ironic_enable_keystone_integration | bool %}
3939
[keystone_authtoken]
4040
www_authenticate_uri = {{ keystone_internal_url }}
4141
auth_url = {{ keystone_admin_url }}

0 commit comments

Comments
 (0)