Change event and node module describe error.

Change-Id: I52c233690cf3408108dc4decd6eff66eb7fc3f17
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
Yuanbin.Chen 2018-02-12 12:03:36 +08:00
parent 0303d6899f
commit b6b4601a92
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ from senlinclient.common import utils as senlin_utils
class ListCluster(command.Lister):
"""List the user's clusters."""
"""List clusters."""
log = logging.getLogger(__name__ + ".ListCluster")

View File

@ -111,7 +111,7 @@ class ListEvent(command.Lister):
class ShowEvent(command.ShowOne):
"""Describe the event."""
"""Show the event details."""
log = logging.getLogger(__name__ + ".ShowEvent")

View File

@ -27,7 +27,7 @@ from senlinclient.common import utils as senlin_utils
class ListNode(command.Lister):
"""Show list of nodes."""
"""List nodes."""
log = logging.getLogger(__name__ + ".ListNode")