Skip to content

Commit

Permalink
Add missing 'https://' to cifmw_ceph_rgw_keystone_ep
Browse files Browse the repository at this point in the history
The default value for the cifmw_ceph_rgw_keystone_ep
variable in the role cifmw_cephadm was missing the
https:// part of the keystone endpoint URL so RGW
was not getting configured with a correct keystone
endpoint.

Signed-off-by: John Fulton <[email protected]>
  • Loading branch information
fultonj committed May 31, 2024
1 parent 61f9c0c commit 6b0ad23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cifmw_cephadm/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cifmw_cephadm_pacific_filter: "16.*"
# The path of the rendered rgw spec file
cifmw_ceph_rgw_spec_path: /tmp/ceph_rgw.yml
cifmw_ceph_mds_spec_path: /tmp/ceph_mds.yml
cifmw_ceph_rgw_keystone_ep: "keystone-internal.openstack.svc:5000"
cifmw_ceph_rgw_keystone_ep: "https://keystone-internal.openstack.svc:5000"
cifmw_ceph_rgw_keystone_psw: 12345678
cifmw_ceph_rgw_keystone_user: "swift"
cifmw_ceph_rgw_config:
Expand Down

0 comments on commit 6b0ad23

Please sign in to comment.