File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ The set of commands below configure all of these.
390
390
- " config set client.rgw rgw_keystone_admin_user 'ceph_rgw'"
391
391
- " config set client.rgw rgw_keystone_api_version '3'"
392
392
- " config set client.rgw rgw_keystone_token_cache_size '10000'"
393
- - " config set client.rgw rgw_keystone_url https://{{ kolla_internal_fqdn }}:5000"
393
+ - " config set client.rgw rgw_keystone_url {{ ' https' if kolla_enable_tls_internal | bool else 'http' }} ://{{ kolla_internal_fqdn }}:5000"
394
394
- " config set client.rgw rgw_keystone_verify_ssl false"
395
395
- " config set client.rgw rgw_max_attr_name_len '1000'"
396
396
- " config set client.rgw rgw_max_attr_size '1000'"
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ stackhpc_kolla_source_version: stackhpc/18.6.0.8
169
169
170
170
# Kolla Ansible source repository.
171
171
stackhpc_kolla_ansible_source_url : " https://github.com/stackhpc/kolla-ansible"
172
- stackhpc_kolla_ansible_source_version : stackhpc/18.6.0.7
172
+ stackhpc_kolla_ansible_source_version : stackhpc/18.6.0.8
173
173
174
174
# ##############################################################################
175
175
# Container image registry
You can’t perform that action at this time.
0 commit comments