]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Replace rackspace PublicKey property with key_name.
authorSteve Baker <sbaker@redhat.com>
Sat, 27 Jul 2013 04:06:44 +0000 (16:06 +1200)
committerSteve Baker <sbaker@redhat.com>
Tue, 30 Jul 2013 22:56:26 +0000 (10:56 +1200)
commitae38d4583a4ba5e2f509a10e4e403e433e10a17e
tree7f6174c977a14bdf10c20f2b9b59fae36667ffef
parent8d354e6c02b44720d185ed4d16d86b73fb649c33
Replace rackspace PublicKey property with key_name.

This fetches a keypair that is registered with nova and
uses the public key, instead of having to specify the entire
public key as a launch parameter.

Tested to work on instances launched in DFW.

This shares the keypair lookup method with AWS::EC2::Instance but
adopts the property name of the underlying nova API. This property name
will align with the yet-to-be-written OS::Nova::Server.

Change-Id: I2dceb93a4544e5f99d246233f240fe99667efadf
heat/engine/resources/instance.py
heat/engine/resources/rackspace/cloud_server.py