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 --- cinder-storage.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cinder-storage.yaml') diff --git a/cinder-storage.yaml b/cinder-storage.yaml index c80b7771..b4168586 100644 --- a/cinder-storage.yaml +++ b/cinder-storage.yaml @@ -62,9 +62,10 @@ parameters: } type: json Flavor: - default: baremetal description: Flavor for block storage nodes to request when deploying. type: string + constraints: + - custom_constraint: nova.flavor GlancePort: default: "9292" description: Glance port. -- cgit 1.2.3-korg