Browse Source
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:1873091changes/24/731624/5
3 changed files with 11 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
--- |
||||
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 |
Loading…
Reference in new issue