From f2d49ca1bd956bd6a74e1192f1b962bc1fc82522 Mon Sep 17 00:00:00 2001 From: chenxing Date: Fri, 27 Oct 2017 18:58:28 +0800 Subject: [PATCH] Fix the incorrect comment Change-Id: I78be0b3bfd41f3f76f7b6e5d415fbbe7a40f9acd Closes-Bug: #1727240 --- etc/kolla/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index 92fa4979d9..cafb7d01dc 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -26,7 +26,7 @@ # This should be a VIP, an unused IP on your network that will float between # the hosts running keepalived for high-availability. If you want to run an # All-In-One without haproxy and keepalived, you can set enable_haproxy to no -# in "OpenStack options" section, and set this value to the first IP on your +# in "OpenStack options" section, and set this value to the IP of your # 'network_interface' as set in the Networking section below. kolla_internal_vip_address: "10.10.10.254"