ACK

On 12/11/12 13:34, [email protected] wrote:
> From: Michal Fojtik <[email protected]>
> 
> 
> Signed-off-by: Michal fojtik <[email protected]>
> ---
>  server/lib/cimi/models/machine_configuration.rb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/lib/cimi/models/machine_configuration.rb 
> b/server/lib/cimi/models/machine_configuration.rb
> index 2ee4c5a..2554a27 100644
> --- a/server/lib/cimi/models/machine_configuration.rb
> +++ b/server/lib/cimi/models/machine_configuration.rb
> @@ -17,8 +17,8 @@ class CIMI::Model::MachineConfiguration < CIMI::Model::Base
>  
>    acts_as_root_entity :as => "machineConfigs"
>  
> -  text :memory
>    text :cpu
> +  text :memory
>  
>    array :disks do
>      text :capacity
> 

Reply via email to