marvin_refactor: additional verbs modify and disocciate modify -> modifyPool dissociate -> dissociateLun
Signed-off-by: Prasanna Santhanam <t...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/42504368 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/42504368 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/42504368 Branch: refs/heads/marvin_refactor Commit: 425043684db15a8574fc35689557287218be799f Parents: 939c4d2 Author: Prasanna Santhanam <t...@apache.org> Authored: Mon Sep 30 10:46:36 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Thu Oct 31 13:54:25 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/42504368/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',