
Pandas now has a build dep on cython. So to actually install an api server now we need to ensure that cython is installed on the machine. This commit adds that to api.pp manifest. Change-Id: I55053b4c5d7d6edde191fd0c695d446dc216bcba
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