Merge "test_dhcp: Use a safer host name" into stable/ocata

This commit is contained in:
Jenkins 2017-06-15 04:01:29 +00:00 committed by Gerrit Code Review
commit b0f3e54c9b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class TestDhcp(functional_base.BaseSudoTestCase):
conf.register_opts(common_conf.core_opts)
conf.register_opts(dhcp_conf.DHCP_AGENT_OPTS)
conf.set_override('interface_driver', 'openvswitch')
conf.set_override('host', 'foo_host')
conf.set_override('host', 'foo-host')
self.conf = conf
br_int = self.useFixture(net_helpers.OVSBridgeFixture()).bridge
self.conf.set_override('ovs_integration_bridge', br_int.br_name)