From b761e49012115a5a5bca6a0e7936631109d7b091 Mon Sep 17 00:00:00 2001 From: howete Date: Fri, 7 Jun 2013 13:52:39 -0600 Subject: [PATCH] dxcli-863 versions error from fog call --- lib/fog/hp/requests/lb/list_versions.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/fog/hp/requests/lb/list_versions.rb b/lib/fog/hp/requests/lb/list_versions.rb index 83296fd88..9e589faa8 100644 --- a/lib/fog/hp/requests/lb/list_versions.rb +++ b/lib/fog/hp/requests/lb/list_versions.rb @@ -7,8 +7,7 @@ module Fog request( :expects => [200, 204], :method => 'GET', - :path => "", - :version => true + :path => "" ) end end