aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-source.yaml
diff options
context:
space:
mode:
authorSteve Kowalik <steven@wedontsleep.org>2014-11-27 13:01:54 +1100
committerSteve Kowalik <steven@wedontsleep.org>2014-11-27 13:07:10 +1100
commit6f16c9638384ad2e2972b6b9cd2a3c6e72ef58bf (patch)
tree36b2138401f83bfda470fba2681f40a87801c61e /undercloud-source.yaml
parentbacde7fdb6ea6b41be7d9802796d3b8b52538529 (diff)
Remove default flavor from every template
With the push to using the new setup-flavors provided by os-cloud-config, the default flavor will no longer be called 'baremetal', and Heat will always validate the default even if it is overridden. To that end, remove the default flavor from every flavor definition. Just to be certain, also add a custom_constraint to every flavor definition that was missing it. Change-Id: I24251e73be4e86738857f73b89499f592c4908de
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r--undercloud-source.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml
index 18527e53..0b126146 100644
--- a/undercloud-source.yaml
+++ b/undercloud-source.yaml
@@ -74,9 +74,10 @@ parameters:
}
type: json
Flavor:
- default: baremetal
description: Flavor to request when deploying.
type: string
+ constraints:
+ - custom_constraint: nova.flavor
GlanceLogFile:
description: The filepath of the file to use for logging messages from Glance.
type: string