diff options
| author | Yong Sheng Gong <gongysh@cn.ibm.com> | 2012-08-12 07:33:10 +0800 |
|---|---|---|
| committer | Yong Sheng Gong <gongysh@cn.ibm.com> | 2012-08-12 22:47:05 +0800 |
| commit | fdc12bd65027ecf28a78734b3046f20e5f90893f (patch) | |
| tree | 47ee1e998da48291c4c8dc30988e106b5a225858 /quantumclient/shell.py | |
| parent | 8f1ce248b33fdf8d693ea1cea9e00524b6c54495 (diff) | |
| download | python-neutronclient-fdc12bd65027ecf28a78734b3046f20e5f90893f.tar.gz | |
add ext list and show commands.
Change-Id: I3bdf1a3b066ee12572468b8d7abee96eb07f9257
Diffstat (limited to 'quantumclient/shell.py')
| -rw-r--r-- | quantumclient/shell.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantumclient/shell.py b/quantumclient/shell.py index a807840..1790e81 100644 --- a/quantumclient/shell.py +++ b/quantumclient/shell.py @@ -91,6 +91,10 @@ COMMAND_V2 = { 'quantumclient.quantum.v2_0.quota.DeleteQuota'), 'quota-update': utils.import_class( 'quantumclient.quantum.v2_0.quota.UpdateQuota'), + 'ext-list': utils.import_class( + 'quantumclient.quantum.v2_0.extension.ListExt'), + 'ext-show': utils.import_class( + 'quantumclient.quantum.v2_0.extension.ShowExt'), } COMMANDS = {'2.0': COMMAND_V2} |
