Clarify the default for neutron_vxlan_group

It used to be an empty string, which triggered some serious bugs,
and was fixed to have a default.

Change-Id: Iea03142cf03e56428184dea36bad7673c9980e9c
Related-Bug: #1521793
This commit is contained in:
Sean M. Collins 2016-06-30 13:32:52 -04:00
parent 88f5efcae4
commit 18a9491ba5

View File

@ -360,7 +360,7 @@ neutron_l2_population: "False"
neutron_overlay_network: {} neutron_overlay_network: {}
## The neutron multicast group address. This should be set as a host variable if used. ## The neutron multicast group address. This should be set as a host variable if used.
## This defaults to an empty string ## This defaults to the multicast address "239.1.1.1"
# neutron_vxlan_group: 239.1.1.100 # neutron_vxlan_group: 239.1.1.100
neutron_vxlan_group: "239.1.1.1" neutron_vxlan_group: "239.1.1.1"