summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:34 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commitf975d8034476a97815beacb1f146430e0c35b26c (patch)
treecd97fa8d6163622e257cf93163dae1885366f76d /meta-openstack/recipes-devtools
parent542c5b944fcf54fb24b16f5d507af198ed69be36 (diff)
downloadmeta-cloud-services-f975d8034476a97815beacb1f146430e0c35b26c.tar.gz
python-neutron: upgrade to 2015.1.2
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 1a5a9b2..e665e5e 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r1"
8SRCNAME = "neutron" 7SRCNAME = "neutron"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://neutron-server.init \ 10 file://neutron-server.init \
12 file://neutron-agent.init \ 11 file://neutron-agent.init \
13 file://l3_agent.ini \ 12 file://l3_agent.ini \
@@ -15,14 +14,13 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
15 file://metadata_agent.ini \ 14 file://metadata_agent.ini \
16 file://neutron-dhcp-agent-netns-cleanup.cron \ 15 file://neutron-dhcp-agent-netns-cleanup.cron \
17 file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \ 16 file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \
18 file://neutron-test-nec-plugin-extensions-location.patch \
19 " 17 "
20 18
21# TBD: update or drop 19# TBD: update or drop
22# file://uuid_wscheck.patch 20# file://uuid_wscheck.patch
23 21
24SRCREV="1948efa261e47b08e2cde4828321614ee6e169be" 22SRCREV="b175e03b12527d23c05fc45016e927a20c98d2f1"
25PV="2015.1.0b2+git${SRCPV}" 23PV="2015.1.2+git${SRCPV}"
26 24
27S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
28 26
@@ -137,8 +135,6 @@ do_install_append() {
137 sed -i '/\[keystone_authtoken\]/aidentity_uri=http://127.0.0.1:8081/keystone/admin/' ${NEUTRON_CONF_DIR}/neutron.conf 135 sed -i '/\[keystone_authtoken\]/aidentity_uri=http://127.0.0.1:8081/keystone/admin/' ${NEUTRON_CONF_DIR}/neutron.conf
138 136
139 cp run_tests.sh ${NEUTRON_CONF_DIR} 137 cp run_tests.sh ${NEUTRON_CONF_DIR}
140
141 sed 's:%PYTHON_SITEPACKAGES_DIR%:${PYTHON_SITEPACKAGES_DIR}:g' -i ${D}${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/tests/unit/nec/test_nec_plugin.py
142} 138}
143 139
144pkg_postinst_${SRCNAME}-setup () { 140pkg_postinst_${SRCNAME}-setup () {
@@ -286,6 +282,7 @@ RDEPENDS_${PN} += "python-paste \
286 python-markupsafe \ 282 python-markupsafe \
287 python-pyparsing \ 283 python-pyparsing \
288 python-pbr \ 284 python-pbr \
285 python-jsonrpclib \
289 " 286 "
290 287
291RDEPENDS_${SRCNAME} = "${PN} \ 288RDEPENDS_${SRCNAME} = "${PN} \