Merge "adding build deps that have had to be installed manually"
authorTim Rozet <trozet@redhat.com>
Fri, 4 Dec 2015 16:28:06 +0000 (16:28 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Fri, 4 Dec 2015 16:28:06 +0000 (16:28 +0000)
1  2 
ci/deploy.sh

diff --cc ci/deploy.sh
@@@ -367,15 -371,10 +367,15 @@@ parse_cmdline() 
                  shift 1
              ;;
          --no-ha )
-               ha_enabled="FALSE"
-               echo "HA Deployment Disabled"
+                 ha_enabled="FALSE"
+                 echo "HA Deployment Disabled"
                  shift 1
              ;;
 +        --flat )
 +              net_isolation_enabled="FALSE"
 +              echo "Underlay Network Isolation Disabled: using flat configuration"
 +                shift 1
 +            ;;
          *)
                  display_usage
                  exit 1