Merge "Change the default multicast group range"

This commit is contained in:
Zuul 2020-02-07 17:54:04 +00:00 committed by Gerrit Code Review
commit 6b151cfd44
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ NeutronPluginOptions = [
# Multicast tests settings
cfg.StrOpt('multicast_group_range',
default='224.0.0.120-224.0.0.250',
default='225.0.0.120-225.0.0.250',
help='Unallocated multi-cast IPv4 range, which will be used to '
'test the multi-cast support.'),