Add vsh_id attribute to Bluebox::Server

This attribute was added about 3 months ago.
This commit is contained in:
Hiro Asari 2014-10-22 21:25:23 -04:00
Родитель d4da04b169
Коммит 253672c451
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -20,6 +20,7 @@ module Fog
attribute :storage
attribute :template
attribute :ipv6_only
attribute :vsh_id
attr_accessor :hostname, :password, :lb_applications, :lb_services, :lb_backends

Просмотреть файл

@ -11,7 +11,8 @@ Shindo.tests('Fog::Compute[:bluebox] | block requests', ['bluebox']) do
'product' => {'cost' => String, 'description' => String, 'id' => String},
'status' => String,
'storage' => Integer,
'location_id' => String
'location_id' => String,
'vsh_id' => String
}
tests('success') do