Enable vwmware dns-integration
dns-integration extension should be enable when vmware is used. Change-Id: I31943146e139108a913b9b5e9a0b0283b8ae4830
This commit is contained in:
parent
afa4bde4aa
commit
f0c7e7fef5
@ -61,6 +61,11 @@ router_distributed = True
|
|||||||
{% if enable_designate | bool %}
|
{% if enable_designate | bool %}
|
||||||
dns_domain = {{ designate_ns_record }}.
|
dns_domain = {{ designate_ns_record }}.
|
||||||
external_dns_driver = designate
|
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 %}
|
{% endif %}
|
||||||
|
|
||||||
[nova]
|
[nova]
|
||||||
|
Loading…
Reference in New Issue
Block a user