We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f55c38 + 16b29da commit 210b0efCopy full SHA for 210b0ef
doc/source/configuration/cephadm.rst
@@ -390,7 +390,7 @@ The set of commands below configure all of these.
390
- "config set client.rgw rgw_keystone_admin_user 'ceph_rgw'"
391
- "config set client.rgw rgw_keystone_api_version '3'"
392
- "config set client.rgw rgw_keystone_token_cache_size '10000'"
393
- - "config set client.rgw rgw_keystone_url https://{{ kolla_internal_fqdn }}:5000"
+ - "config set client.rgw rgw_keystone_url {{ 'https' if kolla_enable_tls_internal | bool else 'http' }}://{{ kolla_internal_fqdn }}:5000"
394
- "config set client.rgw rgw_keystone_verify_ssl false"
395
- "config set client.rgw rgw_max_attr_name_len '1000'"
396
- "config set client.rgw rgw_max_attr_size '1000'"
0 commit comments