diff options
author | Feng Pan <fpan@redhat.com> | 2016-08-03 22:27:25 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-08-04 18:10:03 -0400 |
commit | d5f0e0d3cd0ca88962c3f6d57d22ae27f2e3a5f1 (patch) | |
tree | 9b0e42bb967371553d1022c8eb8f0c01ab221301 /ci | |
parent | 8b09ebc6ff40a8d03d2eef292a3c710619ee94f2 (diff) |
Fix network_isolation argparse issue
JIRA: APEX-222
Change-Id: I435852fbe1597bf03f617dc14a6718de699b648f
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'ci')
-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 ;; |