Comment 20 for bug 1784879

Revision history for this message
Romain (romain-chanu) wrote :

Hello,

I was the one on IRC who asked for some help about this subject... All our networks are routed by external router but we want to be able to publish new instances in DNS.

I finally changed the file neutron/plugins/ml2/extensions/dns_integration.py

    def external_dns_not_needed(self, context, network):
        if network['dns_domain']:
            return False
        else:
            return True

But I do not know if it doesnt affect others parts. For example, zone transfer is not working at all... Gonna post a bug in designate section