File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
ansible/roles/keystone/tasks
doc/source/reference/shared-services Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 52
52
with_items : " {{ keystone_identity_providers }}"
53
53
when :
54
54
- item.protocol == 'openid'
55
+ - item.certificate_file is defined
55
56
- inventory_hostname in groups[keystone.group]
56
57
57
58
- name : Copying OpenStack Identity Providers attribute mappings
Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ Identity provider's endpoint:
247
247
certificate_file
248
248
****************
249
249
250
- Path to the Identity Provider certificate file, the file must be named as
251
- 'certificate-key-id.pem'. E.g.
250
+ Optional path to the Identity Provider certificate file. If included,
251
+ the file must be named as 'certificate-key-id.pem'. E.g.:
252
252
253
253
.. code-block ::
254
254
You can’t perform that action at this time.
0 commit comments