diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-01-07 21:27:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-01-07 21:27:55 +0000 |
commit | 3217305e8d841e56d8e72e0241338e667be23f37 (patch) | |
tree | 6a4866e0b58f9cff0677c3fdfa1360d6a1cd6970 | |
parent | 61848672732585749724b74dcada09d9eed49c9c (diff) | |
parent | 00d305fd40ccfdc8b6b496f166469261414caa26 (diff) |
Merge "Drop the MysqlClusterUniquePart validation"
-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 |