Skip to content

Commit 210b0ef

Browse files
authored
Merge branch 'stackhpc/2024.1' into update-dependency/kolla-ansible/stackhpc/2024.1
2 parents 9f55c38 + 16b29da commit 210b0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/configuration/cephadm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ The set of commands below configure all of these.
390390
- "config set client.rgw rgw_keystone_admin_user 'ceph_rgw'"
391391
- "config set client.rgw rgw_keystone_api_version '3'"
392392
- "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"
394394
- "config set client.rgw rgw_keystone_verify_ssl false"
395395
- "config set client.rgw rgw_max_attr_name_len '1000'"
396396
- "config set client.rgw rgw_max_attr_size '1000'"

0 commit comments

Comments
 (0)