aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-31 15:42:22 +0000
committerGerrit Code Review <review@openstack.org>2014-10-31 15:42:22 +0000
commit897c8b8aa9295b0214f35bd08ac42416078904f5 (patch)
tree9435e9b852b35661e45c166f4bd9c7ffa116b674 /controller.yaml
parent4bfb71e1ed3991370728e049d689f0e6e2a4c216 (diff)
parent928cd735f30752152e50a3b20145f899cb1b961c (diff)
Merge "Use parameter constraints for image, key and flavor"
Diffstat (limited to 'controller.yaml')
-rw-r--r--controller.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml
index 459b7f75..0c76f496 100644
--- a/controller.yaml
+++ b/controller.yaml
@@ -97,6 +97,8 @@ parameters:
default: baremetal
description: Flavor for control nodes to request when deploying.
type: string
+ constraints:
+ - custom_constraint: nova.flavor
GlanceNotifierStrategy:
description: Strategy to use for Glance notification queue
type: string
@@ -131,6 +133,8 @@ parameters:
Image:
type: string
default: overcloud-control
+ constraints:
+ - custom_constraint: glance.image
ImageUpdatePolicy:
default: 'REBUILD_PRESERVE_EPHEMERAL'
description: What policy to use when reconstructing instances. REBUILD for rebuilds, REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
@@ -139,6 +143,8 @@ parameters:
default: default
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
type: string
+ constraints:
+ - custom_constraint: nova.keypair
KeystoneCACertificate:
default: ''
description: Keystone self-signed certificate authority certificate.