From cdb92ec49b36d04a663f6ed812fdba9c13803240 Mon Sep 17 00:00:00 2001 From: Dmitry Dedov Date: Tue, 23 Apr 2013 12:50:21 +0300 Subject: [PATCH] [cloudstack] fix typo in declaration model --- lib/fog/cloudstack/compute.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/cloudstack/compute.rb b/lib/fog/cloudstack/compute.rb index d248d0b07..9b6839233 100644 --- a/lib/fog/cloudstack/compute.rb +++ b/lib/fog/cloudstack/compute.rb @@ -19,7 +19,7 @@ module Fog model_path 'fog/cloudstack/models/compute' model :address - model :disk_offerings + model :disk_offering collection :disk_offerings model :flavor collection :flavors