summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Change dogpile cache defaultsMonty Taylor2015-03-131-3/+11
| | | | | | | | | | | Memory cache can grow unbounded, so it should really be opt in. Change to match shade with the following defaults: - If you specify nothing, you get null cache - If you specify an expiration time and nothing else, you get memory cache - If you specify an explicit cache class, you will get that class Change-Id: I6c9eab71a88a534de7e52ad2a564450c44aacc1d
* Merge "Support keystone auth plugins in a generic way."Jenkins2015-01-211-13/+29
|\
| * Support keystone auth plugins in a generic way.Monty Taylor2015-01-211-13/+29
| | | | | | | | | | | | | | | | | | Basically, if keystoneclient is available, validate arguments into the auth dict. If it's not - we should probably be talking about what possible use this library has - but it should degrade cleanly and treat everything as passthrough. Change-Id: Ia31039d5c724eba22d053a004eefeaf6857f500d
* | Corrections to readmeJeremy Stanley2014-11-241-3/+1
|/ | | | | | | | * README.rst: Remove docs and bugs links since the project is not currently publishing/consuming these anywhere that I can find. Also correct the source URL. Change-Id: I2b7002f7ea301a2c03a2e41e904de0c91a14831a
* Add cache control settingsMonty Taylor2014-10-101-0/+24
| | | | | | | Things need to do local caching, which means they need to control some settings about that. Add simple cache settings support. Change-Id: I7b56cc25ebe7a803816d95b79d0329f8e42025ba
* Update the README file for more completenessMonty Taylor2014-09-211-2/+14
|
* Port in config reading from shadeMonty Taylor2014-09-211-6/+103
|
* Initial Cookiecutter Commit.Monty Taylor2014-09-201-0/+15