From: Michal Fojtik <[email protected]> As discussed in DTACLOUD-339, we should not advertise features for operations when no additional parameters are defined for those operations.
Signed-off-by: Michal fojtik <[email protected]> --- server/lib/deltacloud/drivers/features.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/lib/deltacloud/drivers/features.rb b/server/lib/deltacloud/drivers/features.rb index ca4e19a..2f3621c 100644 --- a/server/lib/deltacloud/drivers/features.rb +++ b/server/lib/deltacloud/drivers/features.rb @@ -112,8 +112,6 @@ module Deltacloud operation :create do param :keyname, :string, :optional, [], "Key authentification method" end - operation :show do - end end feature :authentication_password, :for => :instances do -- 1.8.0.2
