From afc1acf59a2b68c56f87e16ce39104e4aa9647f5 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 10 Nov 2016 11:35:56 -0500 Subject: Flat is not an option anymore removing unused option from deploy comments Change-Id: I2cddffebf0246c1b3f8f4adb96549dc1ce29ec80 Signed-off-by: Dan Radez --- ci/deploy.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'ci') 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." -- cgit 1.2.3-korg