Added required name property to Create a key pair example

Added the required property 'name' to the KeyPair resource 'my_key' in
the Create a key pair example.
Existing example failed due to missing property 'name'.

Change-Id: If3db4afb0dc5cb69780b03cf2d91c06d5d6996ef
This commit is contained in:
Laura Fitzgerald 2015-07-08 11:25:54 +01:00
parent e9be0b9273
commit e081f563ee
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ for an instance:
type: OS::Nova::KeyPair
properties:
save_private_key: true
name: my_key
my_instance:
type: OS::Nova::Server