marvin_refactor: additional verbs modify and disocciate

modify -> modifyPool
dissociate -> dissociateLun

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-09-30 10:46:36 +05:30
parent 939c4d2efc
commit 425043684d
1 changed files with 2 additions and 2 deletions

View File

@ -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',