diff --git a/cinder/templates/bin/_db-sync.sh.tpl b/cinder/templates/bin/_db-sync.sh.tpl
index 9353596a3f..51b2adaeca 100644
--- a/cinder/templates/bin/_db-sync.sh.tpl
+++ b/cinder/templates/bin/_db-sync.sh.tpl
@@ -16,4 +16,4 @@
 
 set -ex
 
-glance-manage db sync
+cinder-manage db sync
diff --git a/cinder/templates/job-db-sync.yaml b/cinder/templates/job-db-sync.yaml
index 78ff2631fd..71d2a92a5b 100644
--- a/cinder/templates/job-db-sync.yaml
+++ b/cinder/templates/job-db-sync.yaml
@@ -53,8 +53,8 @@ spec:
             - name: etccinder
               mountPath: /etc/cinder
             - name: cinderapiconf
-              mountPath: /etc/cinder/cinder-api.conf
-              subPath: cinder-api.conf
+              mountPath: /etc/cinder/cinder.conf
+              subPath: cinder.conf
               readOnly: true
       volumes:
         - name: etccinder