diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 1314548..2f88e44 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb | |||
| @@ -18,6 +18,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ | |||
| 18 | file://neutron-dhcp-agent-netns-cleanup.cron \ | 18 | file://neutron-dhcp-agent-netns-cleanup.cron \ |
| 19 | file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \ | 19 | file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \ |
| 20 | file://uuid_wscheck.patch \ | 20 | file://uuid_wscheck.patch \ |
| 21 | file://neutron-test-nec-plugin-extensions-location.patch \ | ||
| 21 | " | 22 | " |
| 22 | SRCREV="e0deffc71e5031059530b9b6c2ef3b0765de3d10" | 23 | SRCREV="e0deffc71e5031059530b9b6c2ef3b0765de3d10" |
| 23 | PV="2014.1+git${SRCPV}" | 24 | PV="2014.1+git${SRCPV}" |
| @@ -111,6 +112,8 @@ do_install_append() { | |||
| 111 | -i ${NEUTRON_CONF_DIR}/metadata_agent.ini | 112 | -i ${NEUTRON_CONF_DIR}/metadata_agent.ini |
| 112 | 113 | ||
| 113 | cp run_tests.sh ${NEUTRON_CONF_DIR} | 114 | cp run_tests.sh ${NEUTRON_CONF_DIR} |
| 115 | |||
| 116 | sed 's:%PYTHON_SITEPACKAGES_DIR%:${PYTHON_SITEPACKAGES_DIR}:g' -i ${D}${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/tests/unit/nec/test_nec_plugin.py | ||
| 114 | } | 117 | } |
| 115 | 118 | ||
| 116 | pkg_postinst_${SRCNAME}-setup () { | 119 | pkg_postinst_${SRCNAME}-setup () { |
