From 32b53e1272b19a5d15647d0219742875b3aee6db Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 28 Apr 2015 11:52:00 -0700 Subject: [PATCH] Make the demo use the default key mykey The old key defaulted to sdake which was incorrect. Change-Id: I76a87d2e7da17a245f6ee339db4fd4149ddfe5ff --- demos/heat/steak.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/heat/steak.yaml b/demos/heat/steak.yaml index cb76b2ef17..37fad0eb67 100644 --- a/demos/heat/steak.yaml +++ b/demos/heat/steak.yaml @@ -17,7 +17,7 @@ resources: steak_node: type: "OS::Nova::Server" properties: - key_name: sdake + key_name: mykey image: cirros flavor: m1.small networks: