]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Allow heat to be used without a KeyName set.
authorIan Main <imain@redhat.com>
Mon, 18 Feb 2013 19:20:20 +0000 (11:20 -0800)
committerIan Main <imain@redhat.com>
Fri, 1 Mar 2013 00:03:07 +0000 (16:03 -0800)
commit74d2df9d95eeb2999995fe10d0fb6ac507a79d92
tree0a00e867e8e1d702fd7ff1152407fdef7d28eabf
parentea8bda21c15bf9ac1a58326ba9350c0ad3b82be0
Allow heat to be used without a KeyName set.

This patch lets you start an instance without setting the KeyName, which
I gather is allowed in ec2 as well.

This revision adds a template and test.

Fixes: bug #1129394
Change-Id: I667f373b73479caa506ee49d8d1615ff4aad47ed
Signed-off-by: Ian Main <imain@redhat.com>
heat/engine/resources/instance.py
heat/tests/test_nokey.py [new file with mode: 0644]
templates/WordPress_NoKey.template [new file with mode: 0644]