From 00d305fd40ccfdc8b6b496f166469261414caa26 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 2 Jan 2015 08:54:12 -0500 Subject: Drop the MysqlClusterUniquePart validation Trying to use overcloud-without-mergepy currently fails with a validation error around MysqlClusterUniquePart. This works around the issue by temporarily dropping the validation. Change-Id: If93945a2c3396b07b592d08efb1f66e11d6194dd Partial-bug: #1405446 --- controller.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'controller.yaml') diff --git a/controller.yaml b/controller.yaml index 9b3745dc..6d1c2121 100644 --- a/controller.yaml +++ b/controller.yaml @@ -170,8 +170,9 @@ parameters: description: A unique identifier of the MySQL cluster the controller is in. type: string default: 'unset' # Has to be here because of the ignored empty value bug - constraints: - - length: {min: 4, max: 10} + # Drop the validation: https://bugs.launchpad.net/tripleo/+bug/1405446 + # constraints: + # - length: {min: 4, max: 10} MysqlInnodbBufferPoolSize: description: > Specifies the size of the buffer pool in megabytes. Setting to -- cgit 1.2.3-korg