Use native server resource in overcloud
authorClint Byrum <clint@fewbar.com>
Fri, 13 Sep 2013 16:03:46 +0000 (09:03 -0700)
committerClint Byrum <clint@fewbar.com>
Fri, 13 Sep 2013 16:08:54 +0000 (09:08 -0700)
Change-Id: I4745627508e8b6b687fc17527cdd3c41d09b0d80

overcloud-source.yaml

index 0c1a5b1..393e2c3 100644 (file)
@@ -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: