summaryrefslogtreecommitdiffstats
path: root/meta-openstack-swift-deploy/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-swift-deploy/recipes-devtools/python')
-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 0000000..74f1ec6
--- /dev/null
+++ b/meta-openstack-swift-deploy/recipes-devtools/python/python-cinder_git.bbappend
@@ -0,0 +1,2 @@
1# Force Cinder Backup to use Swift as backend store
2CINDER_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 0000000..dd3e339
--- /dev/null
+++ b/meta-openstack-swift-deploy/recipes-devtools/python/python-glance_git.bbappend
@@ -0,0 +1,2 @@
1# Force Glance to use Swift as backend store
2GLANCE_DEFAULT_STORE = "swift"