diff options
author | Derek Higgins <derekh@redhat.com> | 2013-07-03 15:51:19 +0100 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2013-07-03 15:52:40 +0100 |
commit | 7633278ba440465be79e17bf05b85b2a4a75d0b5 (patch) | |
tree | 3980e6963c0a2fea17775279b51b79f3c353f8a0 | |
parent | 5fd08e1bf064ee57aec440d738133b18fd7c75e6 (diff) |
Remove reference to KeystoneLaunch
This resource was remove in
6504e6bd09b8b3b14ce56490ea3e17daf8cc0a93
"Simplify keystone into one instance."
Change-Id: Iea1502e4f00539abc4b8d04ea37e55c2133f7ae7
-rw-r--r-- | keystone.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone.yaml b/keystone.yaml index 4fc635da..ef6d1146 100644 --- a/keystone.yaml +++ b/keystone.yaml @@ -20,7 +20,7 @@ Resources: ApiAccessPolicy: Type: OS::Heat::AccessPolicy Properties: - AllowedResources: [ KeystoneLaunch, Keystone ] + AllowedResources: [ Keystone ] ApiUser: Type: AWS::IAM::User Properties: |