while True:
        try:
            conn.create_launch_configuration(lc)
            log.info('Created LC %s', name)
            return True