5760718ba5
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 |
||
---|---|---|
.. | ||
heat_barbican | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
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.