From 9672d2b1843dd46f4b70474a8a8709d3200cab36 Mon Sep 17 00:00:00 2001 From: Dae Seong Kim Date: Mon, 22 May 2017 18:03:22 +0900 Subject: [PATCH] hotfix to change cephclientglancekeyring key cephclientglancekeyring key is removed. so it needs to be changed to glance-etc. Closes-Bug: #1692459 Related-Bug: #1691011 Change-Id: Ie4b45648a68069c910dbe47c53c4f091dc424da7 --- glance/templates/deployment-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance/templates/deployment-api.yaml b/glance/templates/deployment-api.yaml index cbb49b6b04..35e0115d23 100644 --- a/glance/templates/deployment-api.yaml +++ b/glance/templates/deployment-api.yaml @@ -86,7 +86,7 @@ spec: mountPath: /etc/ceph/ceph.conf subPath: ceph.conf readOnly: true - - name: cephclientglancekeyring + - name: glance-etc mountPath: /etc/ceph/ceph.client.{{ .Values.conf.glance.glance_store.glance.store.rbd_store_user }}.keyring subPath: ceph.client.{{ .Values.conf.glance.glance_store.glance.store.rbd_store_user }}.keyring readOnly: true