mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add name as a valid attribute to image
This commit is contained in:
parent
4505f58398
commit
d585d8e6af
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ module Fog
|
|||
attribute :root_device_type, :aliases => 'rootDeviceType'
|
||||
attribute :root_device_name, :aliases => 'rootDeviceName'
|
||||
attribute :tags, :aliases => 'tagSet'
|
||||
attribute :name
|
||||
|
||||
def deregister(delete_snapshot = false)
|
||||
connection.deregister_image(id)
|
||||
|
|
Loading…
Add table
Reference in a new issue