Merge "Enable arno docu-build.sh script for genesis"
authorTim Rozet <trozet@redhat.com>
Mon, 21 Sep 2015 14:25:01 +0000 (14:25 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 21 Sep 2015 14:25:01 +0000 (14:25 +0000)
utils/lab-reconfiguration/reconfigUcsNet.py

index ac7376e..45a72a3 100755 (executable)
@@ -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