summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-oslo.cache: Add python-memcached as dependencyAdrian Dudau2017-11-091-0/+1
| | | | | | | This is not specified in package requirements, but the nova-compute fails with b/c of this. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Update SRC_URI for Openstack recipes fetched from gitAdrian Dudau2017-11-021-1/+1
| | | | | | | Openstack deleted the newton/stable branch from their git repos. We have to rely directly on the commit hash for fetching Newton from git now. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.cache: Use correct {PV}Adrian Dudau2017-07-311-1/+1
| | | | | | | The git hash corresponds to v1.14.1, which is the latest for stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-oslo.cache: uprev to latest stable/newtonMark Asselstine2017-01-251-6/+3
| | | | | | | | Minor runtime dependency updates. Requiers an uprev to python-dogpile.cache Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.cache: initial versionMark Asselstine2016-02-051-0/+35
This package provides an oslo.config enabled dogpile.cache. This package is required by heat. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>