Update link reference

The think reference was updated, it should be
updated in doc string.

Change-Id: I7e522fdef9eef07db8147f4dfdd197174e8cb85b
This commit is contained in:
Nam Nguyen Hoai 2017-03-10 16:04:42 +07:00
parent c1fe8d7197
commit 59b8c10daa
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ class PeriodicServer(service.Service):
"""Server to process retry and scheduled tasks.
This server is an Oslo periodic-task service (see
http://docs.openstack.org/developer/oslo-incubator/api/openstack.common
.periodic_task.html). On a periodic basis, this server checks for tasks
that need to be retried, and then sends them up to the RPC queue for later
https://docs.openstack.org/developer/oslo.service/api/periodic_task.html).
On a periodic basis, this server checks for tasks that need to be
retried, and then sends them up to the RPC queue for later
processing by a worker node.
"""
def __init__(self, queue_resource=None):