Use correct kwarg when creating database
This commit is contained in:
parent
173fe95397
commit
f0cc561aa7
2 changed files with 3 additions and 3 deletions
|
|
@ -135,7 +135,7 @@ class Database(object):
|
|||
"engine": properties.get("Engine"),
|
||||
"engine_version": properties.get("EngineVersion"),
|
||||
"iops": properties.get("Iops"),
|
||||
"master_password": properties.get('MasterUserPassword'),
|
||||
"master_user_password": properties.get('MasterUserPassword'),
|
||||
"master_username": properties.get('MasterUsername'),
|
||||
"multi_az": properties.get("MultiAZ"),
|
||||
"port": properties.get('Port', 3306),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue