Reverse engineer OpenStackHeatStack
[snaps.git] / examples / simple / deploy-simple.yaml
index 982a676..3124210 100644 (file)
@@ -17,7 +17,7 @@ openstack:
   connection:
     # Note - when http_proxy is set, you must also configure ssh for proxy tunneling on your host.
     username: admin
-    password: NotMyPASS!
+    password: cable123
     auth_url: http://192.168.67.10:5000/v2.0
     project_name: admin
     http_proxy: 10.197.123.27:3128
@@ -44,15 +44,15 @@ openstack:
           - simple-subnet
   keypairs:
     - keypair:
-        name: simple
-        public_filepath: /tmp/simple.pub
-        private_filepath: /tmp/simple
+        name: simple-kp
+        public_filepath: /tmp/simple-kp.pub
+        private_filepath: /tmp/simple-kp
   instances:
     - instance:
         name: simple-1
         flavor: m1.small
         imageName: Ubuntu14
-        keypair_name: simple
+        keypair_name: simple-kp
         userdata: "#cloud-config\npassword: cable123\nchpasswd: { expire: False }\nsshr_pwauth: True"
         ports:
           - port: