summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_git.bb
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-06-18 09:59:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-23 12:23:13 -0400
commitcbc0192694da6436cfe14b57b46bcea566c97396 (patch)
treedce80dfa1a26bd51c87b3d9163e86ad7c58f8fbe /meta-openstack/recipes-devtools/python/python-nova_git.bb
parent67b60c4207fa4856f13ccbbb0543aac05030ffde (diff)
downloadmeta-cloud-services-cbc0192694da6436cfe14b57b46bcea566c97396.tar.gz
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 <Keith.Holman@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb1
1 files changed, 1 insertions, 0 deletions
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}"
13 13
14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ 14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
15 file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ 15 file://nova-add-migrate.cfg-to-the-MANIFEST.patch \
16 file://nova-convert-path-from-relative-to-absolute.patch \
16 " 17 "
17 18
18SRC_URI += "file://nova-all \ 19SRC_URI += "file://nova-all \