]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : add template-defined users to keystone role
authorSteven Hardy <shardy@redhat.com>
Thu, 25 Oct 2012 10:33:20 +0000 (11:33 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 25 Oct 2012 12:59:49 +0000 (13:59 +0100)
commitcd9a3a7c95f560551214c10784590111537ff3f1
tree3457fcaa0319eee8a25386ac70effc64532c1c1f
parent92c985191b907096b1cb2aa8c77efa9773596a35
heat engine : add template-defined users to keystone role

Add all keystone users created by the User resource type
to a special keystone role, which can be used later for
defining RBAC policy for these users, and also works around
a keystone bug (1060959) on Folsom

Fixes #279

Change-Id: I94931e427ed51f4332bcb506220925b7ce8097bc
Signed-off-by: Steven Hardy <shardy@redhat.com>
etc/heat/heat-engine.conf
heat/common/config.py
heat/engine/user.py
heat/tests/test_user.py