summaryrefslogtreecommitdiffstats
path: root/meta-openstack-swift-deploy/recipes-devtools
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-04-10 15:30:11 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-11 14:15:28 -0400
commit3cd9620cfaecc614d3ab014351aa079b31c83a0e (patch)
tree9b3cdb4e7f40dc90dcb2ff5105bc124c40688ad5 /meta-openstack-swift-deploy/recipes-devtools
parent49f5cf2454fdd702edbc0cb1f7c767f273d3de31 (diff)
downloadmeta-cloud-services-3cd9620cfaecc614d3ab014351aa079b31c83a0e.tar.gz
add swift deploy layer
Create new layer meta-openstack-swift-deploy which when included into build will have Glance and Cinder Backup to use Swift as backend storage. This layer is also place for contain any Swift changes related to Swift deployment. Signed-off-by: Vu Tran <vu.tran@windriver.com>
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 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"