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

[cloudstack] fix image password_enabled field alias

This commit is contained in:
Dmitry Dedov 2013-04-17 13:35:21 +03:00
parent 0d2e1e54d3
commit 6086cc0d01

View file

@ -26,7 +26,7 @@ module Fog
attribute :name
attribute :os_type_id, :aliases => 'ostypeid'
attribute :os_type_name, :aliases => 'ostypename'
attribute :password_enabled, :aliases => 'ostypename'
attribute :password_enabled, :aliases => 'passwordenabled'
attribute :project
attribute :project_id, :aliases => 'projectid'
attribute :removed