]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Clarify a comment which says we require KeyName - which is incorrect
authorSteven Dake <sdake@redhat.com>
Fri, 31 May 2013 00:37:41 +0000 (17:37 -0700)
committerSteven Dake <sdake@redhat.com>
Fri, 31 May 2013 00:37:41 +0000 (17:37 -0700)
commit3cf1090c7709a5cb2933ef083ba431f0ffca9ae7
tree2436c1517e85e08b0ff03c099695e52beaae0e8c
parentbc635e65a5a163245a8366e650a3615e2a600c3c
Clarify a comment which says we require KeyName - which is incorrect

The Nova create API requires a name, image, and flavor.  The key_name
is not mandatory.  Possibly in AWS InstanceType (flavor) is not
mandatory but it is with Nova.

blueprint native-nova-instance

Change-Id: I6f5a77d7999ea4d8e91402ae215179b982a947f6
heat/engine/resources/instance.py