You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by dk...@apache.org on 2013/07/09 08:25:10 UTC

[4/9] git commit: CIMI: removed redundant password and key declarations

CIMI: removed redundant password and key declarations


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

Branch: refs/heads/master
Commit: e3ce36046c428af93bfdc9b4a2b0cf969048e6e3
Parents: 2e6c993
Author: Dies Koper <di...@fast.au.fujitsu.com>
Authored: Wed Jul 3 20:57:56 2013 +1000
Committer: Dies Koper <di...@fast.au.fujitsu.com>
Committed: Wed Jul 3 23:51:21 2013 +1000

----------------------------------------------------------------------
 server/lib/cimi/models/credential.rb | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/e3ce3604/server/lib/cimi/models/credential.rb
----------------------------------------------------------------------
diff --git a/server/lib/cimi/models/credential.rb b/server/lib/cimi/models/credential.rb
index a9869ba..6fc0a20 100644
--- a/server/lib/cimi/models/credential.rb
+++ b/server/lib/cimi/models/credential.rb
@@ -16,8 +16,6 @@
 class CIMI::Model::Credential < CIMI::Model::Base
 
   text :username, :password, :key
-  text :password
-  text :key
 
   array :operations do
     scalar :rel, :href