1
0
Fork 0
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:
Dan Prince 2013-01-25 19:43:12 -08:00
commit cc1e019c32
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ module Fog
'totalRAMUsed' => -2048,
'totalInstancesUsed' => -1,
'totalSecurityGroupsUsed' => 0,
'totalKeyPairsUsed' => 0
'totalFloatingIpsUsed' => 0
}

View file

@ -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 = {