From 867bf119a44f92a3e4113e213cb7f2b54e3a7216 Mon Sep 17 00:00:00 2001 From: Nish Patwa Date: Thu, 15 Sep 2016 14:58:21 +0000 Subject: [PATCH] [DOCS] Added missing level info for haproxy_hosts After submitting this patch https://review.openstack.org/#/c/370187/ I noticed that I missed to add the level information for haproxy_hosts. This patch adds the level information for haproxy_hosts. Change-Id: I6d66358f32bee7e2dd437307fb7a1c430bca0773 --- .../openstack_user_config.yml.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/etc/openstack_deploy/openstack_user_config.yml.example b/etc/openstack_deploy/openstack_user_config.yml.example index 25495a8bfd..42c1f07379 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.example +++ b/etc/openstack_deploy/openstack_user_config.yml.example @@ -638,6 +638,21 @@ # log1: # ip: 172.29.236.171 # +# -------- +# +# Level: haproxy_hosts (optional) +# List of target hosts on which to deploy HAProxy. Recommend at least one +# target host for this service if hardware load balancers are not being +# used. +# +# Level: (required, string) +# Hostname of a target host. +# +# Option: ip (required, string) +# IP address of this target host, typically the IP address assigned to +# the management bridge. +# +# # Example: # # Define a virtual load balancer (HAProxy):