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:
miaohb
2016-09-09 15:35:29 +08:00
parent 53f68624ea
commit f36f07d779

View File

@@ -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()