mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
memory is an integer
Conflicts: lib/fog/vcloud_director/models/compute/vm.rb
This commit is contained in:
parent
3f9c318551
commit
fd2f487aa0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Fog
|
||||||
attribute :operating_system
|
attribute :operating_system
|
||||||
attribute :ip_address
|
attribute :ip_address
|
||||||
attribute :cpu, :type => :integer
|
attribute :cpu, :type => :integer
|
||||||
attribute :memory
|
attribute :memory, :type => :integer
|
||||||
attribute :hard_disks, :aliases => :disks
|
attribute :hard_disks, :aliases => :disks
|
||||||
|
|
||||||
def reload
|
def reload
|
||||||
|
|
Loading…
Add table
Reference in a new issue