diff options
author | Clint Byrum <clint@fewbar.com> | 2013-09-13 09:03:46 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-09-13 09:08:54 -0700 |
commit | 8c12b7162324e04ebd83aa2e57eb05502caae471 (patch) | |
tree | 0aff308b69086529d93641d865b642c047d92655 | |
parent | 89ddd6fd934236c18b66c42b7a42681438e30258 (diff) |
Use native server resource in overcloud
Change-Id: I4745627508e8b6b687fc17527cdd3c41d09b0d80
-rw-r--r-- | overcloud-source.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 0c1a5b15..393e2c32 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -10,7 +10,7 @@ Parameters: Default: unset Description: The keystone auth secret. Type: String - InstanceType: + Flavor: Default: baremetal Description: Flavor to request when deploying. Type: String @@ -209,13 +209,13 @@ Resources: password: guest service-password: unset notcompute: - Type: AWS::EC2::Instance + Type: OS::Nova::Server Properties: - ImageId: + image: Ref: notcomputeImage - InstanceType: - Ref: InstanceType - KeyName: + flavor: + Ref: Flavor + key_name: Ref: KeyName Metadata: os-collect-config: |