diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-18 13:07:37 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-18 13:07:37 -0400 |
| commit | 593e32bc9f6aed99f5a201406fd746f6aabc18ea (patch) | |
| tree | f58aa5bc6744d2d9d9b09bb582bf6c481e5ceb4c /meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |
| parent | 55abf63955af2f668bc36b6a3b7f9d1385e5facf (diff) | |
| download | meta-cloud-services-593e32bc9f6aed99f5a201406fd746f6aabc18ea.tar.gz | |
keystonemiddleware: introduce for juno compatibility
To integrate with the default nova auth token support in juno, we
introduce the keystone middleware split. This was formerly part of
keystoneclient, but is now a standalone package/repository.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb new file mode 100644 index 0000000..d315fe1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Middleware for OpenStack Identity API" | ||
| 2 | HOMEPAGE = "https://launchpad.net/keystonemiddleware" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "keystonemiddleware" | ||
| 9 | |||
| 10 | SRC_URI = "\ | ||
| 11 | git://git.openstack.org/openstack/keystonemiddleware;branch=master \ | ||
| 12 | " | ||
| 13 | |||
| 14 | PV="1.0.0+git${SRCPV}" | ||
| 15 | SRCREV="ce965ead938015cb7410f21141f5d76df4b3a0ce" | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | python-pbr \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python-pbr \ | ||
| 27 | " | ||
