Fix docstrings.

This commit is contained in:
Alberto Donato 2015-08-19 12:14:40 +03:00
parent d9cd965af6
commit 0a430eb885

View File

@ -8,7 +8,7 @@ from hooks.keystone_utils import services
def pause(args):
"""Pause all the swift services.
"""Pause all the Keystone services.
@raises Exception if any services fail to stop
"""
@ -21,7 +21,7 @@ def pause(args):
def resume(args):
"""Resume all the swift services.
"""Resume all the Keystone services.
@raises Exception if any services fail to start
"""