summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/v1/shell.py
diff options
context:
space:
mode:
authorkong wei <kong.wei2@zte.com.cn>2017-02-19 14:57:40 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-19 14:57:40 +0000
commit4f7acadc2e979d791aa8c2d69b60c92f69795084 (patch)
tree93e4e2ae4f62c284fac9948f7366bd04bebb0cf0 /client/escalatorclient/v1/shell.py
parentd40c048940b252b50355ea3aaf409f65edb6da5d (diff)
parent2cae5ac9c45eeecb496ef06d5d44ae8deec144b7 (diff)
Merge "ESCALATOR-42 Get available version list"
Diffstat (limited to 'client/escalatorclient/v1/shell.py')
-rw-r--r--client/escalatorclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/escalatorclient/v1/shell.py b/client/escalatorclient/v1/shell.py
index f926a8a..fbc2459 100644
--- a/client/escalatorclient/v1/shell.py
+++ b/client/escalatorclient/v1/shell.py
@@ -149,7 +149,7 @@ def do_version_delete(dc, args):
@utils.arg('--sort-dir', default='asc',
choices=escalatorclient.v1.versions.SORT_DIR_VALUES,
help='Sort version list in specified direction.')
-def do_version_list(dc, args):
+def do_cluster_version_list(dc, args):
"""List hosts you can access."""
filter_keys = ['name', 'type', 'status', 'version']
filter_items = [(key, getattr(args, key)) for key in filter_keys]