Created
November 2, 2017 17:01
Revisions
-
Tahvok created this gist
Nov 2, 2017 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ openstack_host_specific_kernel_modules: - name: "openvswitch" pattern: "CONFIG_OPENVSWITCH=" group: "network_hosts" neutron_plugin_type: ml2.ovs neutron_ml2_drivers_type: "flat,vlan,vxlan" neutron_provider_networks: network_flat_networks: "provider" network_types: "vxlan" network_vxlan_ranges: "1:1000" network_vlan_ranges: "provider" network_mappings: "provider:br-provider" neutron_plugin_base: - router - metering - neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2 - neutron_dynamic_routing.services.bgp.bgp_plugin.BgpPlugin - dns neutron_l2_population: True