summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-19 10:19:17 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-19 10:19:17 -0500
commit20b405b1e1b794fb9f27ee9ad6e8a5acebdfa203 (patch)
treecb876a9747cdbbc4b44bb51e06bcb394f7723cd2 /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parent9ca49af699af557813672d52904779f6f7a9fbdf (diff)
downloadmeta-cloud-services-20b405b1e1b794fb9f27ee9ad6e8a5acebdfa203.tar.gz
neutron: update to 2013.2.2
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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 18655b0..1c8e4ad 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -13,8 +13,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
13 file://neutron-server.init \ 13 file://neutron-server.init \
14 file://neutron-agent.init \ 14 file://neutron-agent.init \
15 " 15 "
16SRCREV="a3f8cf3513c01ed2f92af9d49a92a67a67f80308" 16SRCREV="e79771e9ba2e50b542d2acc127c9d7613e8374bf"
17PV="2013.2+git${SRCPV}" 17PV="2013.2.2+git${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20