lib/fog/openstack/requests/compute/get_limits.rb in fog-1.9.0 vs lib/fog/openstack/requests/compute/get_limits.rb in fog-1.10.0
- old
+ new
@@ -71,10 +71,10 @@
# Used
'totalCoresUsed' => -1,
'totalRAMUsed' => -2048,
'totalInstancesUsed' => -1,
'totalSecurityGroupsUsed' => 0,
- 'totalKeyPairsUsed' => 0
+ 'totalFloatingIpsUsed' => 0
}
Excon::Response.new(
:status => 200,