From d7884e2df7ddc293d1b91e35e7f7b6a9ad2df264 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 17 Apr 2018 15:44:15 +0000 Subject: [PATCH] Update sample config It looks like a change was made without running tox -e genconfig, so the checked in sample config is out of date. Change-Id: I78cb5d734613fade44003be4fc2d87f1b69c6508 --- undercloud.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/undercloud.conf.sample b/undercloud.conf.sample index 78a3aae72..e0113153f 100644 --- a/undercloud.conf.sample +++ b/undercloud.conf.sample @@ -43,7 +43,7 @@ # Comma separated list of names/tags. For each network a section/group # needs to be added to the configuration file with these parameters # set: cidr, dhcp_start, dhcp_end, inspection_iprange, gateway and -# masquerade_network. +# masquerade. # # Example: # @@ -57,7 +57,7 @@ # dhcp_end = 192.168.10.200 # inspection_iprange = 192.168.10.20,192.168.10.90 # gateway = 192.168.10.254 -# masquerade_network = True +# masquerade = True # [subnet2] # . . . # (list value)