User should not specify more than 5 DNS nameservers per subnet
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Snap |
New
|
Undecided
|
Hua Zhang |
Bug Description
When deploying sunbeam on some platforms, you may see the following DNSNameServersE
Error: Error creating openstack_
For example, this issue can be encountered on the stsstack test bed, because it has more than 5 DNS nameservers.
ubuntu@
Current DNS Server: 10.5.0.15
DNS Servers: 10.5.0.15 10.5.0.4 10.5.0.3 10.5.0.12 10.5.0.11 10.5.0.17
while the default max_dns_nameservers for neutron [1] is 5, so the exception DNSNameServersE
sunbeam is reading nameserver from the file /run/systemd/
[0] https:/
[1] https:/
[2] https:/
submitted a PR for the review - https:/ /github. com/canonical/ snap-openstack/ pull/42