Fix bad doc recommendation.

The docs recommend turning off haproxy and there is little benifit
to doing so. It prevents seamless upgrades and makes it harder
to implement tls. This sets the default back to where it should be.

Change-Id: Ic816b809293e78caf02230ea6b21cec3d72c20c0
This commit is contained in:
Kevin Fox 2017-06-02 14:09:20 -07:00
parent 3765d05f6d
commit 62c37be66b
1 changed files with 0 additions and 1 deletions

View File

@ -434,7 +434,6 @@ Add required configuration to the end of ``/etc/kolla/globals.yml``::
placement_database_address: "mariadb"
rabbitmq_servers: "rabbitmq"
openstack_logging_debug: "True"
enable_haproxy: "no"
enable_heat: "no"
enable_cinder: "yes"
enable_cinder_backend_lvm: "yes"