![]() This commit adds the missing apache2-utils package to the api server. The apache2 startup (because of mod_cache I guess) is requiring the use of htcacheclean. However, it's not present on the system. By installing it, this should fix the issue. Change-Id: I6bf1790b0511a0006408144fb2f98ec2a9896825 |
||
---|---|---|
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