summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-18 15:43:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-18 15:43:02 -0400
commit231bcf46fd9d999e8ea4ef354d1ee400bef727d5 (patch)
tree53aa2bc85be34caa4c4479cef4de749df3548a72 /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parent0909491c798c55d4e4fbd5e700fe43e99b076a58 (diff)
downloadmeta-cloud-services-231bcf46fd9d999e8ea4ef354d1ee400bef727d5.tar.gz
neutron: uprev to juno release
Updating neutron to the juno branches. No configuration or startup changes were required. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 2f88e44..ebe76b2 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "neutron" 8SRCNAME = "neutron"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://ovs_neutron_plugin.ini \ 11 file://ovs_neutron_plugin.ini \
12 file://linuxbridge_conf.ini \ 12 file://linuxbridge_conf.ini \
13 file://neutron-server.init \ 13 file://neutron-server.init \
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
20 file://uuid_wscheck.patch \ 20 file://uuid_wscheck.patch \
21 file://neutron-test-nec-plugin-extensions-location.patch \ 21 file://neutron-test-nec-plugin-extensions-location.patch \
22 " 22 "
23SRCREV="e0deffc71e5031059530b9b6c2ef3b0765de3d10" 23SRCREV="57011b901f0c26c840c207e007e392ba9ff5890b"
24PV="2014.1+git${SRCPV}" 24PV="2014.2.b1+git${SRCPV}"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27