From ae439fdb269df7e1a2f12abb76f1c4d27e92b2a3 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Mon, 31 Oct 2011 12:11:10 +0000 Subject: [PATCH] [Brightbox] Updated ServerGroup format for created_at time --- tests/brightbox/requests/compute/helper.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 4204e5a19..ad1b61a3d 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -141,7 +141,8 @@ class Brightbox "url" => String, "name" => String, "default" => Fog::Boolean, - "description" => Fog::Nullable::String + "description" => Fog::Nullable::String, + "created_at" => String } SERVER_TYPE = { @@ -283,6 +284,7 @@ class Brightbox "name" => String, "description" => Fog::Nullable::String, "default" => Fog::Boolean, + "created_at" => String, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "servers" => [Brightbox::Compute::Formats::Nested::SERVER] } @@ -483,6 +485,7 @@ class Brightbox "name" => String, "description" => Fog::Nullable::String, "default" => Fog::Boolean, + "created_at" => String, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "servers" => [Brightbox::Compute::Formats::Nested::SERVER] }