mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox|compute] Update format tests for "fqdn" attribute
This commit is contained in:
parent
7c3ee38252
commit
4c21314b24
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ module Fog
|
||||||
attribute :state, :aliases => 'status'
|
attribute :state, :aliases => 'status'
|
||||||
|
|
||||||
attribute :hostname
|
attribute :hostname
|
||||||
|
attribute :fqdn
|
||||||
attribute :user_data
|
attribute :user_data
|
||||||
attribute :console_url
|
attribute :console_url
|
||||||
attribute :console_token
|
attribute :console_token
|
||||||
|
|
|
@ -178,6 +178,7 @@ class Brightbox
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"status" => String,
|
"status" => String,
|
||||||
"hostname" => String,
|
"hostname" => String,
|
||||||
|
"fqdn" => String,
|
||||||
"created_at" => String,
|
"created_at" => String,
|
||||||
"started_at" => Fog::Nullable::String,
|
"started_at" => Fog::Nullable::String,
|
||||||
"deleted_at" => Fog::Nullable::String,
|
"deleted_at" => Fog::Nullable::String,
|
||||||
|
@ -319,6 +320,7 @@ class Brightbox
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"status" => String,
|
"status" => String,
|
||||||
"hostname" => String,
|
"hostname" => String,
|
||||||
|
"fqdn" => String,
|
||||||
"created_at" => String,
|
"created_at" => String,
|
||||||
"started_at" => Fog::Nullable::String,
|
"started_at" => Fog::Nullable::String,
|
||||||
"deleted_at" => Fog::Nullable::String,
|
"deleted_at" => Fog::Nullable::String,
|
||||||
|
@ -528,6 +530,7 @@ class Brightbox
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"status" => String,
|
"status" => String,
|
||||||
"hostname" => String,
|
"hostname" => String,
|
||||||
|
"fqdn" => String,
|
||||||
"created_at" => String,
|
"created_at" => String,
|
||||||
"started_at" => Fog::Nullable::String,
|
"started_at" => Fog::Nullable::String,
|
||||||
"deleted_at" => Fog::Nullable::String,
|
"deleted_at" => Fog::Nullable::String,
|
||||||
|
|
Loading…
Add table
Reference in a new issue