示例#1
0
def teardown_clusters():
    logger.info("Shutting down all clusters.")
    clustinfo.shutdown_clusters()
示例#2
0
def teardown_clusters():
    logger.info("Shutting down all clusters.")
    try:
        clustinfo.shutdown_clusters()
    except Exception as e:
        logger.exception("Cluster teardown did not run correctly, ignoring.")