From 425043684db15a8574fc35689557287218be799f Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 30 Sep 2013 10:46:36 +0530 Subject: [PATCH] marvin_refactor: additional verbs modify and disocciate modify -> modifyPool dissociate -> dissociateLun Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/generate/verbs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/marvin/marvin/generate/verbs.py b/tools/marvin/marvin/generate/verbs.py index 2051f2de7a8..68d9d83db07 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',