From 22b0d34fca3b0e53fd2fbf9f74eb6f7b89b28987 Mon Sep 17 00:00:00 2001 From: Lee Huffman Date: Thu, 22 Sep 2011 12:57:00 -0700 Subject: [PATCH] [bluebox|compute] Fix for setting hostname on server save. --- 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 83e8e8540..39e98ab81 100644 --- a/lib/fog/bluebox/models/compute/server.rb +++ b/lib/fog/bluebox/models/compute/server.rb @@ -21,7 +21,7 @@ module Fog attribute :storage attribute :template - attr_accessor :password, :lb_applications, :lb_services, :lb_backends + attr_accessor :hostname, :password, :lb_applications, :lb_services, :lb_backends attr_writer :private_key, :private_key_path, :public_key, :public_key_path, :username def initialize(attributes={})