ea13f2e83f
When a port is created the dns-assignment (dns-domain part) was always taken form Neutron config dns_domain which is not always true, since it could be Neutron network dns_domain or the dns_domain sent when creating the port Change-Id: I7f4366ff5a26f73013433bfbfb299fd06294f359 Closes-Bug:1873091
7 lines
234 B
YAML
7 lines
234 B
YAML
---
|
|
features:
|
|
- |
|
|
The dns-assignment will reflect the dns-domain defined in the network or
|
|
sent by user when creating the port using --dns-domain rather than just
|
|
take the dns-domain defined in the neutron configuration
|