aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r--nova-compute-instance.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml
index be15e724..0da26e65 100644
--- a/nova-compute-instance.yaml
+++ b/nova-compute-instance.yaml
@@ -49,20 +49,20 @@ Parameters:
NeutronEnableTunnelling:
Type: String
Resources:
- AccessPolicy:
+ ComputeAccessPolicy:
Type: OS::Heat::AccessPolicy
Properties:
- AllowedResources: [ NovaCompute ]
- User:
+ AllowedResources: [ NovaCompute0 ]
+ ComputeUser:
Type: AWS::IAM::User
Properties:
- Policies: [ { Ref: AccessPolicy } ]
- Key:
+ Policies: [ { Ref: ComputeAccessPolicy } ]
+ ComputeKey:
Type: AWS::IAM::AccessKey
Properties:
UserName:
- Ref: User
- NovaCompute:
+ Ref: ComputeUser
+ NovaCompute0:
Type: AWS::EC2::Instance
Properties:
ImageId:
@@ -73,14 +73,14 @@ Resources:
OpenStack::ImageBuilder::Elements: [ nova-compute ]
heat:
access_key_id:
- Ref: Key
+ Ref: ComputeKey
secret_key:
- Fn::GetAtt: [ Key, SecretAccessKey ]
+ Fn::GetAtt: [ ComputeKey, SecretAccessKey ]
stack:
name: {Ref: 'AWS::StackName'}
region: {Ref: 'AWS::Region'}
refresh:
- - resource: NovaCompute
+ - resource: NovaCompute0
nova:
compute_driver: {Ref: NovaComputeDriver}
compute_libvirt_type: {Ref: NovaComputeLibvirtType}