diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:34 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
commit | f975d8034476a97815beacb1f146430e0c35b26c (patch) | |
tree | cd97fa8d6163622e257cf93163dae1885366f76d /meta-openstack/recipes-devtools | |
parent | 542c5b944fcf54fb24b16f5d507af198ed69be36 (diff) | |
download | meta-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.bb | 11 |
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" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
6 | 6 | ||
7 | PR = "r1" | ||
8 | SRCNAME = "neutron" | 7 | SRCNAME = "neutron" |
9 | 8 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 9 | SRC_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 | ||
24 | SRCREV="1948efa261e47b08e2cde4828321614ee6e169be" | 22 | SRCREV="b175e03b12527d23c05fc45016e927a20c98d2f1" |
25 | PV="2015.1.0b2+git${SRCPV}" | 23 | PV="2015.1.2+git${SRCPV}" |
26 | 24 | ||
27 | S = "${WORKDIR}/git" | 25 | S = "${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 | ||
144 | pkg_postinst_${SRCNAME}-setup () { | 140 | pkg_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 | ||
291 | RDEPENDS_${SRCNAME} = "${PN} \ | 288 | RDEPENDS_${SRCNAME} = "${PN} \ |