summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-09 10:19:14 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-09 10:21:20 -0500
commita0c214734ab594d018354c5262b653aeb428a20b (patch)
tree24c832739c87902da2de4f945f8faa8fae465b28
parent03a27c5be9e82add58c8d2f02d7b0f69fe78b9c3 (diff)
downloadmeta-cloud-services-a0c214734ab594d018354c5262b653aeb428a20b.tar.gz
python-*client: update PV to include client version
Rather than only using the git has for the client apis, we'll also use the latest tagged version. This makes the mapping to pypi and capabilities much simpler. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb12
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-heatclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutronclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb2
8 files changed, 15 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index f3848d4..c0d3df4 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
@@ -16,7 +16,7 @@ PR = "r0"
16 16
17SRC_URI = "git://github.com/openstack/python-ceilometerclient.git;branch=master" 17SRC_URI = "git://github.com/openstack/python-ceilometerclient.git;branch=master"
18 18
19PV="git${SRCPV}" 19PV="1.0.6+git${SRCPV}"
20SRCREV="067b76d9a821c3acb60d93787396d25b729a7421" 20SRCREV="067b76d9a821c3acb60d93787396d25b729a7421"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index b9a353d..9b8ed60 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -10,14 +10,14 @@ SRCNAME = "python-cinderclient"
10 10
11SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" 11SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master"
12 12
13PV="git${SRCPV}" 13PV="1.0.7+git${SRCPV}"
14SRCREV="bdd560b3c02ea0a013ed4b7e7641c6240f3b602f" 14SRCREV="8fc5ae480eafffc7e1bea046ad9b8e06350b008e"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit setuptools
18 18
19RDEPENDS_${PN} += "python-prettytable \ 19RDEPENDS_${PN} += "python-prettytable \
20 python-simplejson \ 20 python-simplejson \
21 python-requests \ 21 python-requests \
22 python-setuptools-git \ 22 python-setuptools-git \
23 " 23 "
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
index 7f6ae59..9b8cbcd 100644
--- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -5,8 +5,8 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6DEPENDS = "gmp" 6DEPENDS = "gmp"
7 7
8SRCREV = "741c15f9633f642aa2e52de10b8eb65d6a8c9ecb" 8SRCREV = "cd7f2cbd79df54ea41d9a075d904efc82bdcb440"
9PV = "0.9.0+gitr${SRCREV}" 9PV = "0.12.0+gitr${SRCREV}"
10PR = "0" 10PR = "0"
11 11
12SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https" 12SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https"
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
index 435ab1f..3316cf9 100644
--- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
@@ -16,7 +16,7 @@ PR = "r0"
16 16
17SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" 17SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master"
18 18
19PV="git${SRCPV}" 19PV="0.2.5+git${SRCPV}"
20SRCREV="30032302f359985335d50e80abb03ba901143168" 20SRCREV="30032302f359985335d50e80abb03ba901143168"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index 827a551..adaed45 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -8,7 +8,7 @@ PR = "r0"
8 8
9SRC_URI = "git://github.com/openstack/python-keystoneclient.git;branch=master" 9SRC_URI = "git://github.com/openstack/python-keystoneclient.git;branch=master"
10 10
11PV="git${SRCPV}" 11PV="0.4.1+git${SRCPV}"
12SRCREV="0774d5aafade9e5a5de3830de461843c4a7d59a1" 12SRCREV="0774d5aafade9e5a5de3830de461843c4a7d59a1"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
index 7bcd057..b149b78 100644
--- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
@@ -16,7 +16,7 @@ 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="git${SRCPV}" 19PV="2.3.1+git${SRCPV}"
20SRCREV="1598fc0f75503f8c357ac4b58f77edf6e0443a69" 20SRCREV="1598fc0f75503f8c357ac4b58f77edf6e0443a69"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index 22425a0..9b253c0 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -9,8 +9,8 @@ PR = "r0"
9 9
10SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master" 10SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master"
11 11
12PV="git${SRCPV}" 12PV="2.15.0+git${SRCPV}"
13SRCREV="1d2263dae339590b60250793bc81ec5776845060" 13SRCREV="dd4bc08dd9a571637734a92c9411c32ea1f36dcf"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools 16inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index 032d472..01b9822 100644
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
@@ -8,7 +8,7 @@ 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="git${SRCPV}" 11PV="1.8.0+git${SRCPV}"
12SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761" 12SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14