Use consistent naming for MysqlInnodbBufferPoolSize

Before: MySQLInnodbBufferPoolSize
After: MysqlInnodbBufferPoolSize

Change-Id: I4e4d4ded28846a68b2ac6f993d9adaca11bf18ce
Related-Change-Id: I59e74a76d8467bd49c95da5031a23cda0cc6f52d
Signed-off-by: Luke Short <ekultails@gmail.com>
(cherry picked from commit 8e84bb3782)
(cherry picked from commit e616f7d4bc)
This commit is contained in:
Luke Short 2020-09-11 13:13:40 -04:00 committed by Luca Miccini
parent c919e48bdc
commit f85131df11
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ outputs:
- -
if: if:
- innodb_buffer_pool_size - innodb_buffer_pool_size
- innodb_buffer_pool_size: {get_param: MysqlInodbBufferPoolSize} - innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize}
- {} - {}
step_config: | step_config: |
include ::tripleo::profile::base::database::mysql include ::tripleo::profile::base::database::mysql