mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update lib/fog/hp/models/compute/image.rb
This commit is contained in:
parent
69aa79b6cf
commit
34be7b7a9a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Fog
|
||||||
attribute :minDisk, :aliases => 'min_disk'
|
attribute :minDisk, :aliases => 'min_disk'
|
||||||
attribute :minRam, :aliases => 'min_ram'
|
attribute :minRam, :aliases => 'min_ram'
|
||||||
attribute :server, :aliases => 'server'
|
attribute :server, :aliases => 'server'
|
||||||
#attribute :metadata #TODO: Need to add it back when Metadata API is done
|
attribute :metadata
|
||||||
attribute :links
|
attribute :links
|
||||||
|
|
||||||
def destroy
|
def destroy
|
||||||
|
|
Loading…
Reference in a new issue