From 4e914d1191721fb7b4f9ffb807b2017180cfabf2 Mon Sep 17 00:00:00 2001 From: Lee Huffman Date: Fri, 2 Sep 2011 11:37:42 -0700 Subject: [PATCH] [bluebox|compute] Fixed instance state --- lib/fog/bluebox/models/compute/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/bluebox/models/compute/server.rb b/lib/fog/bluebox/models/compute/server.rb index b1c169bdb..83e8e8540 100644 --- a/lib/fog/bluebox/models/compute/server.rb +++ b/lib/fog/bluebox/models/compute/server.rb @@ -17,7 +17,7 @@ module Fog attribute :image_id attribute :ips attribute :memory - attribute :state, :aliases => :status + attribute :state, :aliases => "status" attribute :storage attribute :template