Merge "Handle waiting for conductor in nova.service."

This commit is contained in:
Jenkins
2013-01-12 09:12:00 +00:00
committed by Gerrit Code Review

View File

@@ -55,6 +55,7 @@ if __name__ == '__main__':
logging.setup('nova')
utils.monkey_patch()
server = service.Service.create(binary='nova-compute',
topic=CONF.compute_topic)
topic=CONF.compute_topic,
db_allowed=False)
service.serve(server)
service.wait()