]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Don't go fishing in the stack for the KeyName
authorZane Bitter <zbitter@redhat.com>
Wed, 27 Jun 2012 09:47:30 +0000 (11:47 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 28 Jun 2012 16:03:09 +0000 (18:03 +0200)
commit2c15f8e1b3c0a4d05efa7a37f28ad49db22569d4
tree16a04e9a8556c9a502a79f517adc0a9906aee6b0
parentb942be0e362ef6c04afb45f0ecae8fa4ce432a20
Don't go fishing in the stack for the KeyName

The KeyName should be a property of the Instance, and need not have the
same name in the stack parameters.

Change-Id: I05dcfd9aa6f92bc7aaa2dbc594062984ac074b7e
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/instance.py
heat/tests/test_validate.py