Merge "OpenID Connect certifiate file is optional"
This commit is contained in:
commit
6d5f6a048b
ansible/roles/keystone/tasks
doc/source/reference/shared-services
@ -52,6 +52,7 @@
|
||||
with_items: "{{ keystone_identity_providers }}"
|
||||
when:
|
||||
- item.protocol == 'openid'
|
||||
- item.certificate_file is defined
|
||||
- inventory_hostname in groups[keystone.group]
|
||||
|
||||
- name: Copying OpenStack Identity Providers attribute mappings
|
||||
|
@ -247,8 +247,8 @@ Identity provider's endpoint:
|
||||
certificate_file
|
||||
****************
|
||||
|
||||
Path to the Identity Provider certificate file, the file must be named as
|
||||
'certificate-key-id.pem'. E.g.
|
||||
Optional path to the Identity Provider certificate file. If included,
|
||||
the file must be named as 'certificate-key-id.pem'. E.g.:
|
||||
|
||||
.. code-block::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user