summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-13 05:35:00 +0000
committerGerrit Code Review <review@openstack.org>2013-06-13 05:35:00 +0000
commit992e75aaa1321fec212ca87f7bf263873d94d80c (patch)
treef2f5c40fdc909bc5bf3bad958d44bac30108fe11 /nova/service.py
parent53f62b33caa71de1da3163e0f835e39ea7a64ee8 (diff)
parent1bf87dda57b076e042301eeafa966283265d08cf (diff)
downloadnova-992e75aaa1321fec212ca87f7bf263873d94d80c.tar.gz
nova-992e75aaa1321fec212ca87f7bf263873d94d80c.tar.xz
nova-992e75aaa1321fec212ca87f7bf263873d94d80c.zip
Merge "Fix and enable H403 tests"
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,