summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 00:11:01 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 00:11:01 -0400
commit8383087f6a3433316bba34d4dabffa29bb8070aa (patch)
treefc4b6644fb5b1b1a1db7648d7149a0309c5c2547 /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parent65acd817cf2a807859f93cf5eb61127b6e5a6915 (diff)
downloadmeta-cloud-services-8383087f6a3433316bba34d4dabffa29bb8070aa.tar.gz
neutron: update to icehouse/stable
Updating neutron to the icehouse/stable branch. As part of this change, we lay the ground work for better VIF reporting. The configuration files, which are slightly out of date, support basic operations, so we keep them the same .. for now. 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.bb7
1 files changed, 4 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 6deb0d3..5ac0fd2 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/havana \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
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 \
@@ -15,9 +15,10 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
15 file://l3_agent.ini \ 15 file://l3_agent.ini \
16 file://dhcp_agent.ini \ 16 file://dhcp_agent.ini \
17 file://neutron-dhcp-agent-netns-cleanup.cron \ 17 file://neutron-dhcp-agent-netns-cleanup.cron \
18 file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \
18 " 19 "
19SRCREV="8cb9d895675f2a89c6b741da4b594f416fbeee5a" 20SRCREV="e0deffc71e5031059530b9b6c2ef3b0765de3d10"
20PV="2013.2.2+git${SRCPV}" 21PV="2014.1+git${SRCPV}"
21 22
22S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
23 24