1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

changed list nova servers request to get details

This commit is contained in:
Julio Feijo 2012-10-19 15:56:35 -03:00
parent dce5e800fd
commit 1f59f0fddd

View file

@ -6,7 +6,7 @@ module Fog
request(
:expects => [200, 203, 300],
:method => 'GET',
:path => 'servers'
:path => 'servers/detail'
)
end
end