[Openstack] [Designate + Neutron] Regarding dns_domain
Mārtiņš Jakubovičs
martins-lists at hostnet.lv
Thu Dec 8 13:22:40 UTC 2016
Hello all,
I have some confusion with integrating designate in to neutron.
I followed this documentation:
http://docs.openstack.org/draft/networking-guide/config-dns-int.html
So, if I set dns_domain in neutron.conf, and create new port in tenant
network, which don't have dns_domain set, ports FQDN are hostname +
dns_domain from neutron.conf. This is correct.
But if I set dns_domain in network, which are different from one I set
in neutron.conf, ports FQDN still use dns_domain from neutron.conf.
Should it work like that? I suppose, that ports FQDN should be hostname
+ domain from network's dns_domain.
For example:
neutron.conf
[DEFAULT]
dns_domain = cloud.domain.com.
In network without dns_domain, ports hostname are "test", so ports FQDN:
"test.cloud.domain.com."
In network with dns_domain: "svps.cloud.domain.com.", ports hostname are
same "test", but ports FQDN still creates: "test.cloud.domain.com."
Shouldn't it be "test.svps.cloud.domain.com."?
Thanks and best regards,
Martins
More information about the Openstack
mailing list