summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swiftclient_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-swiftclient_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-swiftclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index 01b9822..a856bbb 100644
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
@@ -8,8 +8,8 @@ PR = "r0"
8 8
9SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" 9SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
10 10
11PV="1.8.0+git${SRCPV}" 11PV="2.0.2+git${SRCPV}"
12SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761" 12SRCREV="3d35a3e989a180b3785b4f259a03c09eed32a14d"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit setuptools 15inherit setuptools