09e02ef8f1
This commit adds the functionality for an operator to specify their own trusted CA certificate file for interacting with the Keystone API. Implements: blueprint support-trusted-ca-certificate-file Change-Id: I84f9897cc8e107658701fb309ec318c0f805883b
13 lines
347 B
YAML
13 lines
347 B
YAML
---
|
|
- name: Keystone sanity checks
|
|
become: true
|
|
kolla_toolbox:
|
|
module_name: os_auth
|
|
module_args:
|
|
auth: "{{ openstack_keystone_auth }}"
|
|
endpoint_type: "{{ openstack_interface }}"
|
|
cacert: "{{ openstack_cacert }}"
|
|
run_once: True
|
|
delegate_to: "{{ groups['keystone'][0] }}"
|
|
when: kolla_enable_sanity_keystone | bool
|