From: Tim Rozet Date: Mon, 21 Sep 2015 14:25:01 +0000 (+0000) Subject: Merge "Enable arno docu-build.sh script for genesis" X-Git-Tag: arno.2015.2.0~17 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e0c0a906247ac00820d3d68f0d0743f6c8c30efb;hp=e0270d8afeb526956863f54e21f7663a1ffd3b31;p=releng.git Merge "Enable arno docu-build.sh script for genesis" --- diff --git a/utils/lab-reconfiguration/reconfigUcsNet.py b/utils/lab-reconfiguration/reconfigUcsNet.py index ac7376eda..45a72a398 100755 --- a/utils/lab-reconfiguration/reconfigUcsNet.py +++ b/utils/lab-reconfiguration/reconfigUcsNet.py @@ -187,6 +187,8 @@ def set_network(handle=None, yamlFile=None): if __name__ == "__main__": + print "\n*** SKIPING RECONFIGURATION.***\n" + sys.exit(0) # Latest urllib2 validate certs by default # The process wide "revert to the old behaviour" hook is to monkeypatch the ssl module # https://bugs.python.org/issue22417