You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/01/11 15:45:04 UTC

git commit: Core: Remove the :show operation from :authentication_key definition

Updated Branches:
  refs/heads/master caa8285cb -> cf4ff1eda


Core: Remove the :show operation from :authentication_key definition

As discussed in DTACLOUD-339, we should not advertise features for
operations when no additional parameters are defined for those operations.


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/cf4ff1ed
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/cf4ff1ed
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/cf4ff1ed

Branch: refs/heads/master
Commit: cf4ff1eda4b6fd7ade9ebedc540a1f09ad68a54c
Parents: caa8285
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Jan 9 16:20:11 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Fri Jan 11 15:44:43 2013 +0100

----------------------------------------------------------------------
 server/lib/deltacloud/drivers/features.rb |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/cf4ff1ed/server/lib/deltacloud/drivers/features.rb
----------------------------------------------------------------------
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