aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-swift-deploy/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-swift-deploy/recipes-devtools')
-rw-r--r--meta-openstack-swift-deploy/recipes-devtools/python/python-cinder_git.bbappend2
-rw-r--r--meta-openstack-swift-deploy/recipes-devtools/python/python-glance_git.bbappend2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack-swift-deploy/recipes-devtools/python/python-cinder_git.bbappend b/meta-openstack-swift-deploy/recipes-devtools/python/python-cinder_git.bbappend
new file mode 100644
index 00000000..74f1ec66
--- /dev/null
+++ b/meta-openstack-swift-deploy/recipes-devtools/python/python-cinder_git.bbappend
@@ -0,0 +1,2 @@
+# Force Cinder Backup to use Swift as backend store
+CINDER_BACKUP_BACKEND_DRIVER = "cinder.backup.drivers.swift"
diff --git a/meta-openstack-swift-deploy/recipes-devtools/python/python-glance_git.bbappend b/meta-openstack-swift-deploy/recipes-devtools/python/python-glance_git.bbappend
new file mode 100644
index 00000000..dd3e339d
--- /dev/null
+++ b/meta-openstack-swift-deploy/recipes-devtools/python/python-glance_git.bbappend
@@ -0,0 +1,2 @@
+# Force Glance to use Swift as backend store
+GLANCE_DEFAULT_STORE = "swift"