commit | 6b151cfd44cc4d665176e3e7b5af591d7cab61f7 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Fri Feb 07 17:54:04 2020 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Feb 07 17:54:04 2020 +0000 |
tree | d86550d91cabff5976ccd0e376da8e6d68584a4d | |
parent | 2a71a8966492adb222e6fc289e77f7afc681d082 [diff] | |
parent | 1d30f6120a6c17da7059a63d136b9b58a796992d [diff] |
Merge "Change the default multicast group range"
diff --git a/neutron_tempest_plugin/config.py b/neutron_tempest_plugin/config.py index 51fbafc..2f2f913 100644 --- a/neutron_tempest_plugin/config.py +++ b/neutron_tempest_plugin/config.py
@@ -67,7 +67,7 @@ # 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.'),