diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-09 15:37:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-09 15:37:11 +0000 |
commit | 9be56bb3c62fd07e5524c76256b964bb4988baf2 (patch) | |
tree | 8c578530b784283607a673d5e491fedb2f780411 /ci/deploy.sh | |
parent | 5c9e135ccc5867ebf26bbe594cbd9964582a237d (diff) | |
parent | d5f0e0d3cd0ca88962c3f6d57d22ae27f2e3a5f1 (diff) |
Merge "Fix network_isolation argparse issue"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 57c63766..432499a5 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -26,6 +26,7 @@ interactive="FALSE" ping_site="8.8.8.8" ntp_server="pool.ntp.org" net_isolation_enabled="TRUE" +net_isolation_arg="" post_config="TRUE" debug="FALSE" @@ -130,6 +131,7 @@ parse_cmdline() { ;; --flat ) net_isolation_enabled="FALSE" + net_isolation_arg="--flat" echo "Underlay Network Isolation Disabled: using flat configuration" shift 1 ;; |