heat/contrib/heat_docker
Sirushti Murugesan 298055dc48 py34: contrib resources
partial blueprint heat-python34-support

Change-Id: I39b1cf5007a9dae599954054dd9a3ec0472900b6
2015-09-22 22:50:23 +05:30
..
heat_docker py34: contrib resources 2015-09-22 22:50:23 +05:30
README.md Rename docker directory to heat_docker 2014-08-28 23:42:24 -04:00
requirements.txt Rename docker directory to heat_docker 2014-08-28 23:42:24 -04:00
setup.cfg Do not specify version for contrib plugins 2015-05-04 10:33:23 +12:00
setup.py Rename docker directory to heat_docker 2014-08-28 23:42:24 -04:00

README.md

Docker plugin for OpenStack Heat

This plugin enable using Docker containers as resources in a Heat template.

1. Install the Docker plugin in Heat

NOTE: These instructions assume the value of heat.conf plugin_dirs includes the default directory /usr/lib/heat.

To install the plugin, from this directory run: sudo python ./setup.py install

2. Restart heat

Only the process "heat-engine" needs to be restarted to load the new installed plugin.