summaryrefslogtreecommitdiff
path: root/cinderclient/v3/shell_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/v3/shell_base.py')
-rw-r--r--cinderclient/v3/shell_base.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/cinderclient/v3/shell_base.py b/cinderclient/v3/shell_base.py
index 0fc1b5d..0dee47e 100644
--- a/cinderclient/v3/shell_base.py
+++ b/cinderclient/v3/shell_base.py
@@ -693,7 +693,13 @@ def do_type_list(cs, args):
def do_type_default(cs, args):
- """List the default volume type."""
+ """List the default volume type.
+
+ The Block Storage service allows configuration of a default
+ type for each project, as well as the system default, so use
+ this command to determine what your effective default volume
+ type is.
+ """
vtype = cs.volume_types.default()
shell_utils.print_volume_type_list([vtype])