summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-15 14:01:05 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:21 -0400
commitbde3e24067b56fde7b604dc3bbed05d56902a8ae (patch)
tree64e3380ce43f84b4af51faee3d6498e1fa311839
parent3ef749a6247db22135509db257c5cfa242eb37f5 (diff)
downloadmeta-cloud-services-bde3e24067b56fde7b604dc3bbed05d56902a8ae.tar.gz
python-neutronclient: upgrade to 2.4.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutronclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
index 2423f6f..e35be5d 100644
--- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
@@ -25,8 +25,8 @@ SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \
25 file://neutron-api-check.sh \ 25 file://neutron-api-check.sh \
26 " 26 "
27 27
28PV="2.3.11+git${SRCPV}" 28PV = "2.4.0+git${SRCPV}"
29SRCREV="2fa6faaa9b67c0783c502d2b56bfbacc23ecfe64" 29SRCREV = "aa1215a5ad063b299d32ef319eb63d5210249a9b"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit setuptools monitor 32inherit setuptools monitor