Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 2FFC5106F8 for ; Wed, 2 Oct 2013 16:41:58 +0000 (UTC) Received: (qmail 55576 invoked by uid 500); 2 Oct 2013 16:41:41 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 55215 invoked by uid 500); 2 Oct 2013 16:41:35 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 55009 invoked by uid 99); 2 Oct 2013 16:41:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 16:41:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5B9378AE332; Wed, 2 Oct 2013 16:41:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Date: Wed, 02 Oct 2013 16:42:10 -0000 Message-Id: <896be4016a2e46438deb8e8c04b62614@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [40/50] [abbrv] git commit: updated refs/heads/marvin-refactor to bbaf354 marvin_refactor: additional verbs modify and disocciate modify -> modifyPool dissociate -> dissociateLun Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e3d93593 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e3d93593 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e3d93593 Branch: refs/heads/marvin-refactor Commit: e3d93593ef48160771c9b1d8102e7ef82639cb07 Parents: 746399a Author: Prasanna Santhanam Authored: Mon Sep 30 10:46:36 2013 +0530 Committer: Prasanna Santhanam Committed: Wed Oct 2 20:28:04 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/generate/verbs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e3d93593/tools/marvin/marvin/generate/verbs.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/generate/verbs.py b/tools/marvin/marvin/generate/verbs.py index 2051f2d..68d9d83 100644 --- a/tools/marvin/marvin/generate/verbs.py +++ b/tools/marvin/marvin/generate/verbs.py @@ -17,10 +17,10 @@ grammar = ['create', 'list', 'delete', 'update', 'ldap', 'login', 'logout', 'enable', 'activate', 'disable', 'add', 'remove', - 'attach', 'detach', 'associate', 'generate', 'assign', + 'attach', 'detach', 'associate', 'dissociate', 'generate', 'assign', 'authorize', 'change', 'register', 'configure', 'start', 'restart', 'reboot', 'stop', 'reconnect', - 'cancel', 'destroy', 'revoke', 'mark', 'reset', + 'cancel', 'destroy', 'revoke', 'mark', 'modify', 'reset', 'copy', 'extract', 'migrate', 'restore', 'suspend', 'get', 'query', 'prepare', 'deploy', 'upload', 'lock', 'disassociate', 'scale', 'dedicate', 'archive', 'find',