diff options
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r-- | overcloud-source.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 931646f3..8dc5351d 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -221,9 +221,12 @@ Parameters: Description: The image ID for live-updates to the overcloud compute nodes. Default: '' MysqlInnodbBufferPoolSize: - Description: Specifies the size of the buffer pool in megabytes. + Description: > + Specifies the size of the buffer pool in megabytes. Setting to + zero should be interpreted as "no value" and will defer to the + lower level default. Type: Number - Default: 100 + Default: 0 Resources: RabbitCookie: Type: OS::Heat::RandomString |