1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|rds] Parse DBName attribute.

The default parser was ignoring the DBName attribute.
The db_name attribute was always nil in the RDS server model.

This patch fixes that.
This commit is contained in:
Aaron Suggs 2011-03-10 03:19:35 +08:00 committed by Wesley Beary
parent 8f57a87e38
commit 0f0058ed52

View file

@ -45,7 +45,7 @@ module Fog
when 'Engine',
'DBInstanceStatus', 'DBInstanceIdentifier', 'EngineVersion',
'PreferredBackupWindow', 'PreferredMaintenanceWindow',
'AvailabilityZone', 'MasterUsername'
'AvailabilityZone', 'MasterUsername', 'DBName'
@db_instance[name] = @value
when 'MultiAZ', 'AutoMinorVersionUpgrade'
if @value == 'false'