mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS RDS] Added LicenseModel to the db_parser.
This commit is contained in:
parent
4ecfb87419
commit
d54f7d4fd8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module Fog
|
|||
when 'Engine',
|
||||
'DBInstanceStatus', 'DBInstanceIdentifier', 'EngineVersion',
|
||||
'PreferredBackupWindow', 'PreferredMaintenanceWindow',
|
||||
'AvailabilityZone', 'MasterUsername', 'DBName'
|
||||
'AvailabilityZone', 'MasterUsername', 'DBName', 'LicenseModel'
|
||||
@db_instance[name] = value
|
||||
when 'MultiAZ', 'AutoMinorVersionUpgrade'
|
||||
if value == 'false'
|
||||
|
|
Loading…
Reference in a new issue