On Nov 12, 2012, at 12:34 PM, [email protected] wrote: I just noticed that couple tests need to be fixed, I'll send another patch later today with fix.
> 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 > -- > 1.8.0 > Michal Fojtik http://deltacloud.org [email protected]
