Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0E5FFC23 for ; Tue, 9 Jul 2013 06:25:13 +0000 (UTC) Received: (qmail 81382 invoked by uid 500); 9 Jul 2013 06:25:13 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 81355 invoked by uid 500); 9 Jul 2013 06:25:09 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 81289 invoked by uid 99); 9 Jul 2013 06:25:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2013 06:25:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6CF018890B2; Tue, 9 Jul 2013 06:25:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkoper@apache.org To: commits@deltacloud.apache.org Date: Tue, 09 Jul 2013 06:25:10 -0000 Message-Id: <57248944bd75466e9f6f1830e9f10551@git.apache.org> In-Reply-To: <0528cb4f79ff4ac0a2cf688d6d9145a1@git.apache.org> References: <0528cb4f79ff4ac0a2cf688d6d9145a1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Wed Jul 3 20:57:56 2013 +1000 Committer: Dies Koper 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