]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Rework AccessKey to avoid keystone user lookup
authorSteven Hardy <shardy@redhat.com>
Mon, 3 Dec 2012 11:04:12 +0000 (11:04 +0000)
committerSteven Hardy <shardy@redhat.com>
Mon, 3 Dec 2012 12:07:50 +0000 (12:07 +0000)
commit960a76ba4464423440c9f497bb1126b88fbd1ca8
treee19655949c91a32e4a5ac8a9065ee2d92ff7ac52
parentb938070a1a5f01a7a9d7eca60d8c819910035daf
heat engine : Rework AccessKey to avoid keystone user lookup

Rework the mapping if AccessKey UserName property to keystone
user_id - the recent refactor reintroduces a keystone.user.list
call, which requires admin role, which we want to avoid or the
in-instance user can't request their own secret key via cfn-hup

ref bug 1085049

Change-Id: I456dff67f56336a9052180dc3c59cea8b7a173bd
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/engine/resources/user.py
heat/tests/test_user.py