diff options
author | Dan Radez <dradez@redhat.com> | 2016-11-10 11:35:56 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-11-14 08:27:05 -0500 |
commit | afc1acf59a2b68c56f87e16ce39104e4aa9647f5 (patch) | |
tree | d416de9a18cb160a7398c568e9259f983d7c4416 /ci/deploy.sh | |
parent | 5f2cc4e6b222d109836abd1172f481f303f46319 (diff) |
Flat is not an option anymore
removing unused option from deploy comments
Change-Id: I2cddffebf0246c1b3f8f4adb96549dc1ce29ec80
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 6d3ded02..482e134b 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -83,7 +83,6 @@ display_usage() { echo -e " --net-settings | -n : Full path to network settings file. Optional." echo -e " --ping-site | -p : site to use to verify IP connectivity. Optional. Defaults to 8.8.8.8" echo -e " --virtual | -v : Virtualize overcloud nodes instead of using baremetal." - echo -e " --flat : disable Network Isolation and use a single flat network for the underlay network." echo -e " --no-post-config : disable Post Install configuration." echo -e " --debug : enable debug output." echo -e " --interactive : enable interactive deployment mode which requires user to confirm steps of deployment." |