On Sep 7, 2016, at 2:42 PM, Brandon Sawyers wrote: > I'm wondering if there is a way to manage internal dns in mitaka other than > setting dns_domain to a blanket domain in neutron.conf (that applies to all > guests created across all projects/networks).
You can always use Designate. That is the "real" DNS for Openstack. I'm not exactly sure HOW to use the "Neutron DNS thingie". Maybe it just don't work for me because I managed to set that to the same domain name that I later used in Designate.. Haven't bothered to fix it, I rather use Designate. > What I'd like to be able to do is have each private network (or project > maybe?) be able to control the domain names attached to their guests. That's "easy" (setting up Designate is "a breeze" compared to Neutron :). You just set the "dns_domain" property on the network and the "dns_name" on the instance and it's automatic.. If I remember correctly, Designate can also do reverse DNS, but I ended up in some weird corner case so that it don't work for me. So I had to setup my own reverse DNS domain (a .in-addr.arpa.) and add entries manually to that. That's not a biggie for me, I rather have it that way anyway. -- God gave man both a penis and a brain, but unfortunately not enough blood supply to run both at the same time. - R. Williams _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
