diff options
author | Ben Nemec <bnemec@redhat.com> | 2018-04-17 15:44:15 +0000 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2018-04-17 15:44:15 +0000 |
commit | d7884e2df7ddc293d1b91e35e7f7b6a9ad2df264 (patch) | |
tree | 8bf4e7e5624431bd0865d8d88dbf1e92108ef9ac | |
parent | aa453c7c78b6b9dbefe3470b4588a66b8cff57f6 (diff) |
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
Notes
Notes (review):
Verified-1: RDO Third Party CI <dmsimard+rdothirdparty@redhat.com>
Code-Review+2: Dmitry Tantsur <divius.inside@gmail.com>
Code-Review+2: Alex Schultz <aschultz@redhat.com>
Code-Review+2: James Slagle <jslagle@redhat.com>
Workflow+1: James Slagle <jslagle@redhat.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Wed, 30 May 2018 09:13:30 +0000
Reviewed-on: https://review.openstack.org/561991
Project: openstack/instack-undercloud
Branch: refs/heads/master
-rw-r--r-- | undercloud.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/undercloud.conf.sample b/undercloud.conf.sample index 78a3aae..e011315 100644 --- a/undercloud.conf.sample +++ b/undercloud.conf.sample | |||
@@ -43,7 +43,7 @@ | |||
43 | # Comma separated list of names/tags. For each network a section/group | 43 | # Comma separated list of names/tags. For each network a section/group |
44 | # needs to be added to the configuration file with these parameters | 44 | # needs to be added to the configuration file with these parameters |
45 | # set: cidr, dhcp_start, dhcp_end, inspection_iprange, gateway and | 45 | # set: cidr, dhcp_start, dhcp_end, inspection_iprange, gateway and |
46 | # masquerade_network. | 46 | # masquerade. |
47 | # | 47 | # |
48 | # Example: | 48 | # Example: |
49 | # | 49 | # |
@@ -57,7 +57,7 @@ | |||
57 | # dhcp_end = 192.168.10.200 | 57 | # dhcp_end = 192.168.10.200 |
58 | # inspection_iprange = 192.168.10.20,192.168.10.90 | 58 | # inspection_iprange = 192.168.10.20,192.168.10.90 |
59 | # gateway = 192.168.10.254 | 59 | # gateway = 192.168.10.254 |
60 | # masquerade_network = True | 60 | # masquerade = True |
61 | # [subnet2] | 61 | # [subnet2] |
62 | # . . . | 62 | # . . . |
63 | # (list value) | 63 | # (list value) |