modified the description of service.list

The description of service.list is unprecise.
The service.list gets a list of services,
not to get cpu/memory/hdd info for host.

Change-Id: If5994be2f9e67766f7e2a9d786c32f0569b16b3c
This commit is contained in:
licanwei 2016-11-15 16:12:39 +08:00
parent ccae3f0951
commit dd2a9b26fa

View File

@ -37,7 +37,7 @@ class ServiceManager(base.ManagerWithFind):
def list(self, host=None, binary=None): def list(self, host=None, binary=None):
""" """
Describes cpu/memory/hdd info for host. Get a list of services.
:param host: destination host name. :param host: destination host name.
""" """