Merge pull request #63 from CanonicalLtd/bug/1823016-default-dns

Added default dns server for microstack guests.
This commit is contained in:
Ryan Beisner 2019-04-11 15:08:25 -05:00 committed by GitHub
commit dfeb664207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@
interface_driver = openvswitch interface_driver = openvswitch
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
enable_isolated_metadata = True enable_isolated_metadata = True
dnsmasq_dns_servers = 1.1.1.1