Merge "Fix wrong keypair parameter description"

This commit is contained in:
Jenkins 2015-12-14 22:48:51 +00:00 committed by Gerrit Code Review
commit 55e0c425f5
6 changed files with 6 additions and 6 deletions

View File

@ -93,7 +93,7 @@ parameters:
type: string
KeyName:
default: default
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
description: Name of an existing Nova key pair to enable SSH access to the instances
type: string
constraints:
- custom_constraint: nova.keypair

View File

@ -16,7 +16,7 @@ parameters:
description: What policy to use when reconstructing instances. REBUILD for rebuilds, REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
type: string
KeyName:
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
description: Name of an existing Nova key pair to enable SSH access to the instances
type: string
default: default
constraints:

View File

@ -46,7 +46,7 @@ parameters:
- custom_constraint: nova.flavor
KeyName:
default: default
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
description: Name of an existing Nova key pair to enable SSH access to the instances
type: string
RabbitPassword:
default: 'guest'

View File

@ -61,7 +61,7 @@ parameters:
description: What policy to use when reconstructing instances. REBUILD for rebuilds, REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
type: string
KeyName:
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
description: Name of an existing Nova key pair to enable SSH access to the instances
type: string
default: default
constraints:

View File

@ -246,7 +246,7 @@ parameters:
type: string
KeyName:
default: default
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
description: Name of an existing Nova key pair to enable SSH access to the instances
type: string
constraints:
- custom_constraint: nova.keypair

View File

@ -17,7 +17,7 @@ parameters:
type: string
KeyName:
default: default
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
description: Name of an existing Nova key pair to enable SSH access to the instances
type: string
MountCheck:
default: 'false'