You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/10/02 18:42:10 UTC

[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 <ts...@apache.org>


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 <ts...@apache.org>
Authored: Mon Sep 30 10:46:36 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
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',