marvin_refactor: include expungeVirtualMachine API to verbs
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
diff --git a/tools/marvin/marvin/generate/verbs.py b/tools/marvin/marvin/generate/verbs.py
index 68d9d83..5e60a8e 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',