Change event and node module describe error.
Change-Id: I52c233690cf3408108dc4decd6eff66eb7fc3f17 Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
parent
0303d6899f
commit
b6b4601a92
@ -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")
|
||||
|
||||
|
@ -111,7 +111,7 @@ class ListEvent(command.Lister):
|
||||
|
||||
|
||||
class ShowEvent(command.ShowOne):
|
||||
"""Describe the event."""
|
||||
"""Show the event details."""
|
||||
|
||||
log = logging.getLogger(__name__ + ".ShowEvent")
|
||||
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user