summaryrefslogtreecommitdiff
path: root/quantumclient/shell.py
diff options
context:
space:
mode:
authorYong Sheng Gong <gongysh@cn.ibm.com>2012-08-12 07:33:10 +0800
committerYong Sheng Gong <gongysh@cn.ibm.com>2012-08-12 22:47:05 +0800
commitfdc12bd65027ecf28a78734b3046f20e5f90893f (patch)
tree47ee1e998da48291c4c8dc30988e106b5a225858 /quantumclient/shell.py
parent8f1ce248b33fdf8d693ea1cea9e00524b6c54495 (diff)
downloadpython-neutronclient-fdc12bd65027ecf28a78734b3046f20e5f90893f.tar.gz
add ext list and show commands.
Change-Id: I3bdf1a3b066ee12572468b8d7abee96eb07f9257
Diffstat (limited to 'quantumclient/shell.py')
-rw-r--r--quantumclient/shell.py4
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}