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
class Instance(resource.Resource):
- # AWS does not require KeyName and InstanceType but we seem to
+ # AWS does not require InstanceType but Heat does because the nova
+ # create api call requires a flavor
tags_schema = {'Key': {'Type': 'String',
'Required': True},
'Value': {'Type': 'String',