Merge "Added required name property to Create a key pair example"

This commit is contained in:
Jenkins 2015-07-13 03:07:31 +00:00 committed by Gerrit Code Review
commit f6b6333d32
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