From b78401221d486a031fb7e693bb363e372eadace2 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 25 Oct 2013 13:38:15 +0530 Subject: [PATCH] marvin_refactor: include expungeVirtualMachine API to verbs Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/generate/verbs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/generate/verbs.py b/tools/marvin/marvin/generate/verbs.py index 68d9d83db07..5e60a8e2e6c 100644 --- a/tools/marvin/marvin/generate/verbs.py +++ b/tools/marvin/marvin/generate/verbs.py @@ -16,7 +16,7 @@ # under the License. grammar = ['create', 'list', 'delete', 'update', 'ldap', 'login', 'logout', - 'enable', 'activate', 'disable', 'add', 'remove', + 'enable', 'expunge', 'activate', 'disable', 'add', 'remove', 'attach', 'detach', 'associate', 'dissociate', 'generate', 'assign', 'authorize', 'change', 'register', 'configure', 'start', 'restart', 'reboot', 'stop', 'reconnect',