diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-20 15:30:02 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-20 15:30:02 -0400 |
| commit | 7b6330cd51d5e9049b52911d8dd463a1a83302c0 (patch) | |
| tree | 05f1df03fd1cf7fbb190b1700a56f835efa6ba21 /meta-openstack | |
| parent | 743da013bbbb0f8dfb146986540ff2d9b4627d5e (diff) | |
| download | meta-cloud-services-7b6330cd51d5e9049b52911d8dd463a1a83302c0.tar.gz | |
glance: update API and client to Juno latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance_git.bb | 3 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 0e3791b..0083925 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
| 13 | file://glance-change-builtin-tests-config-location.patch \ | 13 | file://glance-change-builtin-tests-config-location.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRCREV="f41b305899d703f7604f3ae5ceb7cc95d67aa533" | 16 | SRCREV="92ab00fca6926eaf3f7f92a955a5e07140063718" |
| 17 | PV="2014.2.b1+git${SRCPV}" | 17 | PV="2014.2.b1+git${SRCPV}" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| @@ -174,6 +174,7 @@ RDEPENDS_${PN} += "python-greenlet \ | |||
| 174 | python-pbr \ | 174 | python-pbr \ |
| 175 | python-i18n \ | 175 | python-i18n \ |
| 176 | python-oslo.i18n \ | 176 | python-oslo.i18n \ |
| 177 | python-osprofiler \ | ||
| 177 | python-retrying \ | 178 | python-retrying \ |
| 178 | " | 179 | " |
| 179 | 180 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 03dd740..3d978bc 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRCREV = "68c1d1fbc614d11b95f2fd6da26fd669e40f4186" | 12 | SRCREV = "69361a146ecd0cd775579e5dcf34692e9c6328bc" |
| 13 | PV = "0.13.1+git${SRCPV}" | 13 | PV = "0.13.1+git${SRCPV}" |
| 14 | PR = "0" | 14 | PR = "0" |
| 15 | 15 | ||
