Merge "Fix not attribute '_periodic_last_run'"

This commit is contained in:
Jenkins 2014-08-01 13:05:29 +00:00 committed by Gerrit Code Review
commit a6eda2c60b

View File

@ -155,6 +155,7 @@ class ConductorManager(periodic_task.PeriodicTasks):
target = messaging.Target(version=RPC_API_VERSION)
def __init__(self, host, topic):
super(ConductorManager, self).__init__()
if not host:
host = CONF.host
self.host = host