From 0756aa46aa4f4fa94344dde5d77512d4d5fef246 Mon Sep 17 00:00:00 2001 From: Saeed Padari Date: Sat, 7 Feb 2026 20:51:23 +0330 Subject: [PATCH] manila: make manifest configurable for cephfs Change-Id: I0f4de9776f5675f1c030a944aee6ac84ab980dd3 Signed-off-by: Saeed Padari --- manila/templates/bin/_ceph-keyring.sh.tpl | 4 ++-- manila/templates/deployment-share.yaml | 7 +++++-- manila/values.yaml | 5 +++++ releasenotes/notes/manila-23590e37667d10a5.yaml | 8 ++++++++ 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 releasenotes/notes/manila-23590e37667d10a5.yaml diff --git a/manila/templates/bin/_ceph-keyring.sh.tpl b/manila/templates/bin/_ceph-keyring.sh.tpl index 1267037e52..1713e03d28 100644 --- a/manila/templates/bin/_ceph-keyring.sh.tpl +++ b/manila/templates/bin/_ceph-keyring.sh.tpl @@ -17,7 +17,7 @@ limitations under the License. set -ex export HOME=/tmp -cat > /etc/ceph/ceph.client.manila.keyring < /etc/ceph/ceph.client.${CEPHFS_AUTH_ID}.keyring <