diff options
author | Dirk Mueller <dirk@dmllr.de> | 2013-06-08 13:18:51 +0200 |
---|---|---|
committer | Dirk Mueller <dirk@dmllr.de> | 2013-06-12 22:07:23 +0200 |
commit | 1bf87dda57b076e042301eeafa966283265d08cf (patch) | |
tree | 103b0d02f296210ca95f1ed117347ab5d2c948b2 /nova/service.py | |
parent | 957bd5c780c83243c750c22925e8f61f683f2b03 (diff) | |
download | nova-1bf87dda57b076e042301eeafa966283265d08cf.tar.gz nova-1bf87dda57b076e042301eeafa966283265d08cf.tar.xz nova-1bf87dda57b076e042301eeafa966283265d08cf.zip |
Fix and enable H403 tests
Multi-line doc-strings should end on a new, separate line.
Change-Id: I4cf0cfe92b634ef77971863a4df41ef43531bc20
Diffstat (limited to 'nova/service.py')
-rw-r--r-- | nova/service.py | 3 |
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, |