![]() This commit adds a cache_expiration parameter to make the cache expiration for the api configurable. By default it sets it 15min (which is half of the far more conservative openstack-health default) to match the longest e-r query times seen in testing. Change-Id: Iaea17e16f6995121ad54bae2c46a96112b702caf |
||
---|---|---|
manifests | ||
spec | ||
templates | ||
.gitignore | ||
.gitreview | ||
Gemfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
metadata.json |
README.md
OpenStack Health Puppet Module
Overview
This module provisions (OpenStack Health)[http://git.openstack.org/cgit/openstack/openstack-health].
Running lint
$ bundle install
$ bundle exec rake lint
Running acceptance tests
$ bundle install
$ bundle exec rspec spec/acceptance