1
0
Fork 0
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:
Christopher Oliver 2011-07-12 16:53:17 -04:00
parent 4ecfb87419
commit d54f7d4fd8

View file

@ -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'