No need for default DNS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
High
|
Ekaterina Chernova |
Bug Description
NeutronNetwork requires a dns nameserver when it deploys a subnet. I can't see any reason to require it, nor configure a server-wide default. IIRC, if no nameserver list is provided to a neutron subnet, it uses the DHCP (gateway) address which in turn forwards to dnsmasq.
Unless i'm wrong about that, i suggest removing the `[networking]
A mandatory default can do more harm than good, since it means duplicating configuration details from the cloud to the murano configuration.
Changed in murano: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → juno-rc1 |
Changed in murano: | |
assignee: | nobody → tcs_openstack_group (tcs-openstack-group) |
Changed in murano: | |
assignee: | tcs_openstack_group (tcs-openstack-group) → Akhila C (chetlapalle-akhila-b) |
assignee: | Akhila C (chetlapalle-akhila-b) → tcs_openstack_group (tcs-openstack-group) |
Changed in murano: | |
assignee: | tcs_openstack_group (tcs-openstack-group) → bharaththiruveedula (bharath-ves) |
Changed in murano: | |
milestone: | juno-rc1 → none |
Changed in murano: | |
assignee: | bharaththiruveedula (bharath-ves) → nobody |
Changed in murano: | |
milestone: | none → kilo-1 |
Changed in murano: | |
milestone: | kilo-1 → kilo-2 |
Changed in murano: | |
status: | Confirmed → In Progress |
assignee: | nobody → Ekaterina Chernova (efedorova) |
Changed in murano: | |
milestone: | kilo-2 → kilo-3 |
Changed in murano: | |
milestone: | kilo-3 → kilo-rc1 |
Changed in murano: | |
status: | In Progress → Confirmed |
Changed in murano: | |
milestone: | kilo-rc1 → liberty-1 |
Changed in murano: | |
status: | Confirmed → In Progress |
Changed in murano: | |
status: | In Progress → Fix Released |
Changed in murano: | |
status: | Fix Released → In Progress |
Changed in murano: | |
milestone: | liberty-1 → liberty-2 |
Changed in murano: | |
status: | Fix Committed → Fix Released |
Changed in murano: | |
milestone: | liberty-2 → 1.0.0 |
Changed in murano: | |
milestone: | 1.0.0 → 1.0.1 |
Actually I feel we don't need to pass any dns value to Heat. So do you
want me to totally remove the "default_dns" parameter or make it
optional i.e., if that option is there we pass it to heat otherwise we
don't?