heat/contrib/heat_keystone
Kanagaraj Manickam 693b95649d Keystone resource client plugin and constrains
Adds Keystone client plugin and custom constrains for
role, project, group and domain

Change-Id: I10b4a18c4aa303c72a1e1316b28d738cc44b134c
Implements: blueprint keystone-resources
2015-03-06 12:21:04 +05:30
..
heat_keystone Keystone resource client plugin and constrains 2015-03-06 12:21:04 +05:30
README.md Keystone resource client plugin and constrains 2015-03-06 12:21:04 +05:30
setup.cfg Keystone resource client plugin and constrains 2015-03-06 12:21:04 +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

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.