From 62c37be66bb957620ac1bef139f141234d677c81 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Fri, 2 Jun 2017 14:09:20 -0700 Subject: [PATCH] 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 --- doc/source/deployment-guide.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/deployment-guide.rst b/doc/source/deployment-guide.rst index c8e405f8d..06cb4aada 100644 --- a/doc/source/deployment-guide.rst +++ b/doc/source/deployment-guide.rst @@ -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"