]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement simple AccessPolicy Resource
authorSteven Hardy <shardy@redhat.com>
Tue, 5 Feb 2013 14:07:14 +0000 (14:07 +0000)
committerSteven Hardy <shardy@redhat.com>
Fri, 8 Feb 2013 17:18:55 +0000 (17:18 +0000)
commit46defc819b070a40d126ebb190cbb490467d944b
treea7ba2c68b9c328d39ac936c845ef4feaef15ba7e
parentb85c44274174176d327657259a124d943b9abb3b
Implement simple AccessPolicy Resource

Implement a simple AccessPolicy resource, which can be used
to restrict in-instance users to specific resources when they
call the DescribeStackResource API action

Fixes bug 1115758

Signed-off-by: Steven Hardy <shardy@redhat.com>
Change-Id: Idc98531388e535ce16308fd5aab5ceecda1de682
heat/api/aws/exception.py
heat/engine/resources/user.py
heat/engine/service.py
heat/tests/test_engine_service.py
heat/tests/test_user.py
templates/WordPress_Single_Instance_With_HA_AccessPolicy.template [new file with mode: 0644]