From 85c90c500c95b3eb043e6e5638e72ed360107a3d Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Wed, 2 Mar 2011 20:34:45 +0800 Subject: [PATCH] [brightbox] Updated Server format with console fields --- tests/compute/requests/brightbox/helper.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/compute/requests/brightbox/helper.rb b/tests/compute/requests/brightbox/helper.rb index 0f8b3a0f0..dba4b12f6 100644 --- a/tests/compute/requests/brightbox/helper.rb +++ b/tests/compute/requests/brightbox/helper.rb @@ -361,6 +361,9 @@ class Brightbox "started_at" => Fog::Nullable::String, "deleted_at" => Fog::Nullable::String, "user_data" => Fog::Nullable::String, + "console_url" => Fog::Nullable::String, + "console_token" => Fog::Nullable::String, + "console_token_expires" => Fog::Nullable::String, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "server_type" => Brightbox::Compute::Formats::Nested::SERVER_TYPE, "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],