Exemplo n.º 1
0
def teardown_clusters():
    logger.info("Shutting down all clusters.")
    clustinfo.shutdown_clusters()
Exemplo n.º 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.")