mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1508 from dprince/openstack_limit_test_update
OpenStack: update used limits tests.
This commit is contained in:
commit
cc1e019c32
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ module Fog
|
|||
'totalRAMUsed' => -2048,
|
||||
'totalInstancesUsed' => -1,
|
||||
'totalSecurityGroupsUsed' => 0,
|
||||
'totalKeyPairsUsed' => 0
|
||||
'totalFloatingIpsUsed' => 0
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ Shindo.tests('Fog::Compute[:openstack] | limits requests', ['openstack']) do
|
|||
'totalRAMUsed' => Fixnum,
|
||||
'totalInstancesUsed' => Fixnum,
|
||||
'totalSecurityGroupsUsed' => Fixnum,
|
||||
'totalKeyPairsUsed' => Fixnum
|
||||
'totalFloatingIpsUsed' => Fixnum
|
||||
}
|
||||
|
||||
@limits_format = {
|
||||
|
|
Loading…
Reference in a new issue