heat/contrib/heat_docker
Luong Anh Tuan 78d1f4ccc8 Remove py26 support
As of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.

Change-Id: I103ab61e29647e5830597343c6fbbbd3b9907afc
Closes-Bug: 1519510
2017-01-23 05:52:41 +00:00
..
heat_docker Unit tests: Don't use ResourceDefinition as cfn snippet 2016-05-01 19:42:20 -05:00
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 Remove py26 support 2017-01-23 05:52:41 +00: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.