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/04/10 21:30:41 UTC

[2/2] git commit: CIMI: Fixed require capability check for Network#show (DTACLOUD-524)

CIMI: Fixed require capability check for Network#show (DTACLOUD-524)


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

Branch: refs/heads/master
Commit: 7b3e61e32e10f0deddfd0e74eda1584df0946c08
Parents: 706c7f9
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Apr 10 16:46:03 2013 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Wed Apr 10 16:46:03 2013 +0200

----------------------------------------------------------------------
 server/lib/cimi/collections/networks.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/7b3e61e3/server/lib/cimi/collections/networks.rb
----------------------------------------------------------------------
diff --git a/server/lib/cimi/collections/networks.rb b/server/lib/cimi/collections/networks.rb
index 92f56ca..3590466 100644
--- a/server/lib/cimi/collections/networks.rb
+++ b/server/lib/cimi/collections/networks.rb
@@ -21,7 +21,7 @@ module CIMI::Collections
     collection :networks do
       description 'A Network represents an abstraction of a layer 2 broadcast domain'
 
-      generate_show_operation :with_capability => :network
+      generate_show_operation :with_capability => :networks
       generate_index_operation :with_capability => :networks
       generate_delete_operation :with_capability => :destroy_network
       generate_create_operation :with_capability => :create_network