Merge "Enable vwmware dns-integration"

This commit is contained in:
Zuul 2017-11-12 04:43:57 +00:00 committed by Gerrit Code Review
commit 4f708b2783

View File

@ -61,6 +61,11 @@ router_distributed = True
{% if enable_designate | bool %}
dns_domain = {{ designate_ns_record }}.
external_dns_driver = designate
{% if neutron_plugin_agent == 'vmware_nsxv' %}
nsx_extension_drivers = vmware_nsxv_dns
{% elif neutron_plugin_agent == 'vmware_dvs' %}
nsx_extension_drivers = vmware_dvs_dns
{% endif %}
{% endif %}
[nova]