46ebfa525ed7097b050e4a846ca96112f1e234ec

This commit removes the venv handling from the api puppet module. The venv added unecessary complexity to the puppet module and made things a bit fragile. Since this is typically deployed on a standalone server there wasn't really a reason to do this. Change-Id: Ifa3a0c8ece479534115d8905f5faf831d8bb88ae
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