From 0b05b9a4c7085c1752fb317b3e2ffc90d76220d3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 18 Jul 2014 16:08:34 -0400 Subject: cinder: uprev to juno Signed-off-by: Bruce Ashfield --- .../python/python-cinder/cinder-builtin-tests-config-location.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-cinder') diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder-builtin-tests-config-location.patch b/meta-openstack/recipes-devtools/python/python-cinder/cinder-builtin-tests-config-location.patch index 53da893..1981a87 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder/cinder-builtin-tests-config-location.patch +++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder-builtin-tests-config-location.patch @@ -13,10 +13,10 @@ Index: git/cinder/tests/conf_fixture.py =================================================================== --- git.orig/cinder/tests/conf_fixture.py +++ git/cinder/tests/conf_fixture.py -@@ -43,7 +43,7 @@ def set_defaults(conf): +@@ -43,7 +43,7 @@ conf.set_default('iscsi_num_targets', 8) conf.set_default('connection', 'sqlite://', group='database') - conf.set_default('sqlite_synchronous', False) + conf.set_default('sqlite_synchronous', False, group='database') - conf.set_default('policy_file', 'cinder/tests/policy.json') + conf.set_default('policy_file', '%PYTHON_SITEPACKAGES_DIR%/cinder/tests/policy.json') conf.set_default( -- cgit v1.2.3-54-g00ecf