diff options
author | Clint Byrum <clint@fewbar.com> | 2013-09-13 08:57:15 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-09-13 09:08:53 -0700 |
commit | fae091e5c37e430bb249143e3938af5647124024 (patch) | |
tree | 8074b9da4a364000691af01913537217a0025404 | |
parent | a8d5dc5a23bf8a681ab5695b421f04a17547d65c (diff) |
Update undercloud-vm.yaml to use OS::Nova::Server
Change-Id: I34c294c62bf5da4c01d72931173c055c6a13706c
-rw-r--r-- | undercloud-vm.yaml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 9adb9679..2292726f 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -9,7 +9,7 @@ Parameters: Default: unset Description: The keystone auth secret. Type: String - InstanceType: + Flavor: Default: baremetal Description: Flavor to request when deploying. Type: String @@ -149,15 +149,14 @@ Resources: store_key: unset service-password: unset notcompute: - Type: AWS::EC2::Instance + Type: OS::Nova::Server Properties: - ImageId: + image: Ref: Image - InstanceType: - Ref: InstanceType - KeyName: + flavor: + Ref: Flavor + key_name: Ref: KeyName - Type: AWS::EC2::Instance Metadata: os-collect-config: cfn: |