From 6f16c9638384ad2e2972b6b9cd2a3c6e72ef58bf Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 27 Nov 2014 13:01:54 +1100 Subject: 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 --- undercloud-source.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'undercloud-source.yaml') 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 -- cgit 1.2.3-korg