diff --git a/doc/source/specs/tenant-ceph.rst b/doc/source/specs/tenant-ceph.rst index ec1bf03fa1..9e95740212 100644 --- a/doc/source/specs/tenant-ceph.rst +++ b/doc/source/specs/tenant-ceph.rst @@ -132,7 +132,6 @@ Update script with following overrides. rbd_provisioner: true cephfs_provisioner: false client_secrets: false - rgw_keystone_user_and_endpoints: false endpoints: ceph_mon: namespace: ceph @@ -532,7 +531,6 @@ Update script's override section with following: rbd_provisioner: false cephfs_provisioner: false client_secrets: false - rgw_keystone_user_and_endpoints: false labels: mon: node_selector_key: ceph-mon-tenant @@ -639,7 +637,6 @@ Update script as following: rbd_provisioner: false cephfs_provisioner: false client_secrets: true - rgw_keystone_user_and_endpoints: false bootstrap: enabled: false conf: @@ -703,7 +700,6 @@ Update script with following overrides: rbd_provisioner: false cephfs_provisioner: false client_secrets: false - rgw_keystone_user_and_endpoints: true bootstrap: enabled: false conf: diff --git a/tools/deployment/armada/manifests/armada-osh.yaml b/tools/deployment/armada/manifests/armada-osh.yaml index 302815f9ca..e6509676c6 100644 --- a/tools/deployment/armada/manifests/armada-osh.yaml +++ b/tools/deployment/armada/manifests/armada-osh.yaml @@ -411,7 +411,6 @@ data: rbd_provisioner: False cephfs_provisioner: False client_secrets: False - rgw_keystone_user_and_endpoints: True source: type: local location: ${OSH_INFRA_PATH} diff --git a/tools/deployment/component/ceph/ceph-ns-activate.sh b/tools/deployment/component/ceph/ceph-ns-activate.sh index 110397837b..fcef44f423 100755 --- a/tools/deployment/component/ceph/ceph-ns-activate.sh +++ b/tools/deployment/component/ceph/ceph-ns-activate.sh @@ -26,27 +26,18 @@ make -C ${HELM_CHART_ROOT_PATH} ceph-provisioners #NOTE: Deploy command tee /tmp/ceph-openstack-config.yaml <