Skip to content

Commit

Permalink
Implements internal-dns support
Browse files Browse the repository at this point in the history
https://docs.openstack.org/ocata/networking-guide/config-dns-int.html

Change-Id: I6cec005c43b45b05f21b1d56e0939dec9323c2b1
(cherry picked from commit 4351dee)
  • Loading branch information
ArchiFleKs authored and Jean-Philippe Evrard committed Apr 10, 2017
1 parent be42765 commit 4ff9ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ neutron_plugin_core: "{{ neutron_plugins[neutron_plugin_type].plugin_core }}"
# - vpnaas
# - metering
# - qos
# - dns
neutron_plugin_base:
- router
- metering
Expand Down
2 changes: 1 addition & 1 deletion templates/plugins/ml2/ml2_conf.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
type_drivers = {{ neutron_plugins[neutron_plugin_type].drivers_type }}
tenant_network_types = {{ neutron_provider_networks.network_types if neutron_provider_networks.network_types != '' else 'local' }}
mechanism_drivers = {{ neutron_ml2_mechanism_drivers }}
extension_drivers = port_security{% if 'qos' in neutron_plugin_base %},qos{% endif %}
extension_drivers = port_security{% if 'qos' in neutron_plugin_base %},qos{% endif %}{% if 'dns' in neutron_plugin_base %},dns{% endif %}

{% if neutron_provider_networks.network_flat_networks is defined %}

Expand Down

0 comments on commit 4ff9ef0

Please sign in to comment.