heat/contrib/heat_keystone
tengqm 2ad1345639 Fix some new PEP8 errors found at gate
This patch removes the 'author' tag which now fails to pass PEP8 tests
and also adds some missing newlines in source files. These newly found
PEP8 errors are blocking us from merging code.

Change-Id: Ib5c4c043c1df5cd980e09d26d130150b2e6d64c2
2015-03-24 11:13:50 +08:00
..
heat_keystone Fix some new PEP8 errors found at gate 2015-03-24 11:13:50 +08:00
README.md Updates heat_keystone with version support 2015-03-09 14:27:24 +05:30
setup.cfg Updates heat_keystone with version support 2015-03-09 14:27:24 +05:30
setup.py Keystone resource client plugin and constrains 2015-03-06 12:21:04 +05:30

README.md

Keystone plugin for OpenStack Heat

This plugin enables Keystone resources in a Heat template for following resources types:

  • Keystone Role (OS::Keystone:Role)
  • Keystone Project (OS::Keystone:Project)
  • Keystone Group (OS::Keystone:Group)
  • Keystone User (OS::Keystone:User)

And it provides Custom Constrains for following keystone entities

  • Keystone role
  • Keystone domain
  • Keystone project
  • Keystone group

NOTE: It supports only Keystone v3 version

1. Install the Keystone 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.