summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py
index 245640e5e..0377ba44b 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -117,7 +117,8 @@ class Service(service.Service):
A service takes a manager and enables rpc by listening to queues based
on topic. It also periodically runs tasks on the manager and reports
- it state to the database services table."""
+ it state to the database services table.
+ """
def __init__(self, host, binary, topic, manager, report_interval=None,
periodic_enable=None, periodic_fuzzy_delay=None,