summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-03 11:16:57 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-03 11:31:06 -0500
commit06d8be2fc1d36213b84ffeffd237b64bdf78015b (patch)
tree6d6710ad27766ad97a53b1da68d9c50c7c9ba9f4 /meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
parente3f38c50839e2933a7f569698e928a6db70116cf (diff)
downloadmeta-cloud-services-06d8be2fc1d36213b84ffeffd237b64bdf78015b.tar.gz
*client: updating the openstack client packages to their latest versions
Tested with a controller boot, compute boot and guest launch. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutronclient_git.bb')
-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 b149b78..7dbf2a6 100644
--- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
@@ -16,8 +16,8 @@ PR = "r0"
16 16
17SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master" 17SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master"
18 18
19PV="2.3.1+git${SRCPV}" 19PV="2.3.4+git${SRCPV}"
20SRCREV="1598fc0f75503f8c357ac4b58f77edf6e0443a69" 20SRCREV="6adb11703cb5b55a4af45e8524dc1039fb03176c"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23inherit setuptools 23inherit setuptools