diff options
Diffstat (limited to 'overcloud-source.yaml')
-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: |