marvin_refactor: include expungeVirtualMachine API to verbs

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/b7840122
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b7840122
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b7840122

Branch: refs/heads/marvin_refactor
Commit: b78401221d486a031fb7e693bb363e372eadace2
Parents: 571e091
Author: Prasanna Santhanam <t...@apache.org>
Authored: Fri Oct 25 13:38:15 2013 +0530
Committer: Prasanna Santhanam <t...@apache.org>
Committed: Thu Oct 31 13:54:26 2013 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/generate/verbs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b7840122/tools/marvin/marvin/generate/verbs.py
----------------------------------------------------------------------
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',

Reply via email to