Fix error in do_profile_type_list
Related-Bug:#1621766 Unrelated message in the help information of profile_type_list Change-Id: I8523a4bf427210cd22e246b20169c29ce945cdeb
This commit is contained in:
@@ -53,11 +53,7 @@ def do_build_info(service, args=None):
|
||||
|
||||
|
||||
def do_profile_type_list(service, args=None):
|
||||
"""List the available profile types.
|
||||
|
||||
:param sc: Instance of senlinclient.
|
||||
:param args: Additional command line arguments, if any.
|
||||
"""
|
||||
"""List the available profile types."""
|
||||
show_deprecated('senlin profile-type-list',
|
||||
'openstack cluster profile type list')
|
||||
types = service.profile_types()
|
||||
|
||||
Reference in New Issue
Block a user