From 38dede6dd71377b3324b5428fb7e539628a930c1 Mon Sep 17 00:00:00 2001 From: okozachenko Date: Tue, 4 Aug 2020 19:10:21 +0300 Subject: [PATCH] Fix load metadefs on glance Change-Id: I54cf8e9b8913a31d23e6537649161ed63d18215a --- openstack_operator/templates/glance/daemonset.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_operator/templates/glance/daemonset.yml.j2 b/openstack_operator/templates/glance/daemonset.yml.j2 index d07c2cc0..3e63be00 100644 --- a/openstack_operator/templates/glance/daemonset.yml.j2 +++ b/openstack_operator/templates/glance/daemonset.yml.j2 @@ -52,6 +52,7 @@ spec: command: - glance-manage - db_load_metadefs + - /usr/local/etc/glance/metadefs volumeMounts: - mountPath: /etc/glance name: config