
This commit switches the backend used on the api server to be the dbm file backend with using memcached for distributed locking. This enables having an async worker, but avoids the size limitations with storing the cached data in memcached directly. Change-Id: If506bbca1eb867135430c7f435c5e4a1db1a0232 Depends-On: Ied241ca1762c62a047bd366d7bd105028a884f30
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
Description