From cbc0192694da6436cfe14b57b46bcea566c97396 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Wed, 18 Jun 2014 09:59:26 -0400 Subject: nova: use absolute path to api-paste.ini file The api-paste.ini file shipped with nova is installed into the /etc/nova directory on a target system. The tests included with nova expect the file to be relative to the location of the tests within the source tree. This fix sets the absolute path to the api-paste.ini file as it exists on the system. Signed-off-by: Keith Holman --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 510766b..a6d5fc8 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -13,6 +13,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ + file://nova-convert-path-from-relative-to-absolute.patch \ " SRC_URI += "file://nova-all \ -- cgit v1.2.3-54-g00ecf