Merge "Trivial: fix a warning in bifrost-keystone-client-config"

This commit is contained in:
Zuul 2021-08-03 10:27:46 +00:00 committed by Gerrit Code Review
commit 1ce4074043

View File

@ -23,13 +23,13 @@
config_project_domain_id: "{{ config_project_domain_id|default('default') }}"
config_user_domain_id: "{{ config_user_domain_id|default('default') }}"
when:
- "{{ enable_keystone | default(false) | bool }}"
- "{{ clouds is undefined }}"
- "{{ config_username is defined }}"
- "{{ config_password is defined }}"
- "{{ config_project_name is defined }}"
- "{{ config_region_name is defined }}"
- "{{ config_auth_url is defined }}"
- enable_keystone | default(false) | bool
- clouds is undefined
- config_username is defined
- config_password is defined
- config_project_name is defined
- config_region_name is defined
- config_auth_url is defined
- name: "Generate TLS parameters"
include_role: