[brightbox|compute] Update format tests for "fqdn" attribute

This commit is contained in:
Paul Thornthwaite 2012-05-09 12:01:17 +01:00
parent 7c3ee38252
commit 4c21314b24
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ module Fog
attribute :state, :aliases => 'status'
attribute :hostname
attribute :fqdn
attribute :user_data
attribute :console_url
attribute :console_token

View File

@ -178,6 +178,7 @@ class Brightbox
"name" => String,
"status" => String,
"hostname" => String,
"fqdn" => String,
"created_at" => String,
"started_at" => Fog::Nullable::String,
"deleted_at" => Fog::Nullable::String,
@ -319,6 +320,7 @@ class Brightbox
"name" => String,
"status" => String,
"hostname" => String,
"fqdn" => String,
"created_at" => String,
"started_at" => Fog::Nullable::String,
"deleted_at" => Fog::Nullable::String,
@ -528,6 +530,7 @@ class Brightbox
"name" => String,
"status" => String,
"hostname" => String,
"fqdn" => String,
"created_at" => String,
"started_at" => Fog::Nullable::String,
"deleted_at" => Fog::Nullable::String,