summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutils/lab-reconfiguration/reconfigUcsNet.py2
1 files changed, 2 insertions, 0 deletions
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