From 09f0427603937e9c88c58bb363c0b96c53fc5e02 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Wed, 14 May 2014 16:12:41 -0400 Subject: heat tests change project_dir path By default, heat-tests sets project dir to /usr//python2.7/site-packages/ which is the starting place for heat-tests to search for default environment setting file. However all the required file are in /etc/heat. So set project_dir to "/" Signed-off-by: Vu Tran --- meta-openstack/recipes-devtools/python/python-heat_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 94ea031..8b7db6a 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb @@ -13,6 +13,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ file://autoscaling_example.template \ file://one_vm_example.template \ file://two_vms_example.template \ + file://heat-tests-change-project_dir-path.patch \ " SRCREV="58de9e6415f5bdabde708c8584b21b59b7e96a88" -- cgit v1.2.3-54-g00ecf