mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1360 from dprince/openstack_remove_server_requests_format
OpenStack: Drop unused server_format hash.
This commit is contained in:
commit
c712a44619
1 changed files with 0 additions and 5 deletions
|
@ -1,10 +1,5 @@
|
|||
Shindo.tests('Fog::Compute[:openstack] | server requests', ['openstack']) do
|
||||
|
||||
@server_format = {
|
||||
'id' => String,
|
||||
'links' => Array,
|
||||
}
|
||||
|
||||
@detailed_server_format = {
|
||||
'id' => String,
|
||||
'addresses' => Hash,
|
||||
|
|
Loading…
Add table
Reference in a new issue