Fix help message for 'type-list' command
Change help about private volume types according to the implementation. Change-Id: I59d811c4a6afb1a8162cf25ff1a734facbf68d8d Related-Bug: #1637549
This commit is contained in:
@@ -938,7 +938,10 @@ def _print_group_type_list(gtypes):
|
||||
|
||||
@utils.service_type('volumev3')
|
||||
def do_type_list(cs, args):
|
||||
"""Lists available 'volume types'. (Admin only will see private types)"""
|
||||
"""Lists available 'volume types'.
|
||||
|
||||
(Only admin and tenant users will see private types)
|
||||
"""
|
||||
vtypes = cs.volume_types.list()
|
||||
_print_volume_type_list(vtypes)
|
||||
|
||||
|
Reference in New Issue
Block a user