¡@

Home 

OpenStack Study: cells.py

OpenStack Index

**** CubicPower OpenStack Study ****

def main():

    config.parse_args(sys.argv)

    logging.setup('nova')

    utils.monkey_patch()

    gmr.TextGuruMeditation.setup_autorun(version)

    server = service.Service.create(binary='nova-cells',

                                    topic=CONF.cells.topic,

                                    manager=CONF.cells.manager)

    service.serve(server)

    service.wait()