From 1f43684466a0f68199ada4d4eb456d55d1192e04 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Tue, 10 Jan 2012 10:50:32 +0000 Subject: [PATCH] [Brightbox] Updated LoadBalancer format to include listeners in listing --- tests/brightbox/requests/compute/helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index ce4648053..1937e7589 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -294,6 +294,7 @@ class Brightbox "deleted_at" => Fog::Nullable::String, "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP], "account" => Brightbox::Compute::Formats::Nested::ACCOUNT, + "listeners" => [Brightbox::Compute::Formats::Struct::LB_LISTENER], "nodes" => [Brightbox::Compute::Formats::Nested::SERVER] }