deb-heat/contrib/heat_barbican
Thomas Herve 5760718ba5 Remove resource_id_set(None) calls
This removes resetting resource_id in delete, as the state is storing
that information properly, and it doesn't provide any additional value.

Change-Id: I71f17ab79adbad5286389c87f1fbd5c60c4a8d7f
Closes-Bug: #1358492
2014-08-19 11:30:32 -04:00
..
heat_barbican Remove resource_id_set(None) calls 2014-08-19 11:30:32 -04:00
README.md Implement barbican client plugin 2014-08-13 20:12:29 -05:00
requirements.txt Implement barbican client plugin 2014-08-13 20:12:29 -05:00
setup.cfg Implement barbican client plugin 2014-08-13 20:12:29 -05:00
setup.py Implement barbican client plugin 2014-08-13 20:12:29 -05:00

Barbican plugin for OpenStack Heat

This plugin enables using Barbican resources in a Heat template.

1. Install the Barbican 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 newly installed plugin.