Kilofication of Neutron playbooks
Update neutron config and template files for Kilo release Partially implements: blueprint master-kilofication Change-Id: Ifeba7162ca935c86cdbaa2dac6f021af328b92bf
This commit is contained in:
parent
92f54f8f49
commit
a9680d584f
@ -16,4 +16,5 @@ bridge: CommandFilter, bridge, root
|
||||
|
||||
# ip_lib
|
||||
ip: IpFilter, ip, root
|
||||
find: RegExpFilter, find, root, find, /sys/class/net, -maxdepth, 1, -type, l, -printf, %.*
|
||||
ip_exec: IpNetnsExecFilter, ip, root
|
||||
|
@ -19,4 +19,5 @@ xe: CommandFilter, xe, root
|
||||
|
||||
# ip_lib
|
||||
ip: IpFilter, ip, root
|
||||
find: RegExpFilter, find, root, find, /sys/class/net, -maxdepth, 1, -type, l, -printf, %.*
|
||||
ip_exec: IpNetnsExecFilter, ip, root
|
||||
|
@ -14,6 +14,7 @@ log_file = /var/log/neutron/neutron.log
|
||||
auth_strategy = keystone
|
||||
network_device_mtu = {{ neutron_network_device_mtu }}
|
||||
allow_overlapping_ips = True
|
||||
vlan_transparent = False
|
||||
|
||||
|
||||
## Drivers
|
||||
@ -59,7 +60,7 @@ dhcp_agent_notification = True
|
||||
dhcp_agents_per_network = {{ groups['neutron_agent'] | length }}
|
||||
dhcp_delete_namespaces = True
|
||||
dhcp_lease_duration = 86400
|
||||
|
||||
advertise_mtu = False
|
||||
|
||||
## Notifications
|
||||
notify_nova_on_port_status_changes = True
|
||||
|
@ -4,6 +4,8 @@
|
||||
type_drivers = {{ neutron_ml2_drivers_type }}
|
||||
tenant_network_types = {{ neutron_provider_networks.network_types }}
|
||||
mechanism_drivers = {{ neutron_ml2_mechanism_drivers }}
|
||||
path_mtu = 0
|
||||
segment_mtu = 0
|
||||
|
||||
|
||||
{% if neutron_provider_networks.network_flat_networks %}
|
||||
|
Loading…
Reference in New Issue
Block a user