From 3cd9620cfaecc614d3ab014351aa079b31c83a0e Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Thu, 10 Apr 2014 15:30:11 -0400 Subject: 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 --- .../recipes-devtools/python/python-cinder_git.bbappend | 2 ++ .../recipes-devtools/python/python-glance_git.bbappend | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 meta-openstack-swift-deploy/recipes-devtools/python/python-cinder_git.bbappend create mode 100644 meta-openstack-swift-deploy/recipes-devtools/python/python-glance_git.bbappend (limited to 'meta-openstack-swift-deploy/recipes-devtools') 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 @@ +# 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 0000000..dd3e339 --- /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" -- cgit v1.2.3-54-g00ecf