diff options
Diffstat (limited to 'compute.yaml')
-rw-r--r-- | compute.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compute.yaml b/compute.yaml index 08e8153d..bc13509c 100644 --- a/compute.yaml +++ b/compute.yaml @@ -73,6 +73,8 @@ parameters: description: Flavor for the nova compute node type: string default: baremetal + constraints: + - custom_constraint: nova.flavor GlanceHost: type: string default: '' # Has to be here because of the ignored empty value bug @@ -87,6 +89,8 @@ parameters: Image: type: string default: overcloud-compute + 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. @@ -95,6 +99,8 @@ parameters: description: Name of an existing EC2 KeyPair to enable SSH access to the instances type: string default: default + constraints: + - custom_constraint: nova.keypair KeystoneHost: type: string default: '' |