diff options
author | Dan Prince <dprince@redhat.com> | 2015-01-02 08:54:12 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-01-02 08:54:12 -0500 |
commit | 00d305fd40ccfdc8b6b496f166469261414caa26 (patch) | |
tree | c2d1ddb2bf614e3ab446ef6fad1ae007e982fc15 | |
parent | 733339df912c2d8a488c2e823c83904febed8581 (diff) |
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
-rw-r--r-- | controller.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |