Fix copy and pasta error

This commit is contained in:
Liam Young 2016-03-23 14:50:54 +00:00
parent 339196cabf
commit 9959227958
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ from utils import (
)
def pause(args):
"""Pause the Ceilometer services.
"""Pause the hacluster services.
@raises Exception should the service fail to stop.
"""
pause_unit()
def resume(args):
"""Resume the Ceilometer services.
"""Resume the hacluster services.
@raises Exception should the service fail to start."""
resume_unit()