Reverse engineer OpenStackHeatStack
[snaps.git] / examples / simple / deploy-simple.yaml
index ae946de..3124210 100644 (file)
@@ -18,7 +18,6 @@ openstack:
     # Note - when http_proxy is set, you must also configure ssh for proxy tunneling on your host.
     username: admin
     password: cable123
-#    auth_url: http://10.197.103.50:5000/v2.0/
     auth_url: http://192.168.67.10:5000/v2.0
     project_name: admin
     http_proxy: 10.197.123.27:3128
@@ -45,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: