¡@

Home 

OpenStack Study: consoleauth.py

OpenStack Index

**** CubicPower OpenStack Study ****

def main():

    config.parse_args(sys.argv)

    logging.setup("nova")

    gmr.TextGuruMeditation.setup_autorun(version)

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

                                    topic=CONF.consoleauth_topic)

    service.serve(server)

    service.wait()