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
dc7df7aba2
commit
1a2793eb3a
@ -16,4 +16,5 @@ bridge: CommandFilter, bridge, root
|
|||||||
|
|
||||||
# ip_lib
|
# ip_lib
|
||||||
ip: IpFilter, ip, root
|
ip: IpFilter, ip, root
|
||||||
|
find: RegExpFilter, find, root, find, /sys/class/net, -maxdepth, 1, -type, l, -printf, %.*
|
||||||
ip_exec: IpNetnsExecFilter, ip, root
|
ip_exec: IpNetnsExecFilter, ip, root
|
||||||
|
@ -19,4 +19,5 @@ xe: CommandFilter, xe, root
|
|||||||
|
|
||||||
# ip_lib
|
# ip_lib
|
||||||
ip: IpFilter, ip, root
|
ip: IpFilter, ip, root
|
||||||
|
find: RegExpFilter, find, root, find, /sys/class/net, -maxdepth, 1, -type, l, -printf, %.*
|
||||||
ip_exec: IpNetnsExecFilter, ip, root
|
ip_exec: IpNetnsExecFilter, ip, root
|
||||||
|
@ -14,6 +14,7 @@ log_file = /var/log/neutron/neutron.log
|
|||||||
auth_strategy = keystone
|
auth_strategy = keystone
|
||||||
network_device_mtu = {{ neutron_network_device_mtu }}
|
network_device_mtu = {{ neutron_network_device_mtu }}
|
||||||
allow_overlapping_ips = True
|
allow_overlapping_ips = True
|
||||||
|
vlan_transparent = False
|
||||||
|
|
||||||
|
|
||||||
## Drivers
|
## Drivers
|
||||||
@ -59,7 +60,7 @@ dhcp_agent_notification = True
|
|||||||
dhcp_agents_per_network = {{ groups['neutron_agent'] | length }}
|
dhcp_agents_per_network = {{ groups['neutron_agent'] | length }}
|
||||||
dhcp_delete_namespaces = True
|
dhcp_delete_namespaces = True
|
||||||
dhcp_lease_duration = 86400
|
dhcp_lease_duration = 86400
|
||||||
|
advertise_mtu = False
|
||||||
|
|
||||||
## Notifications
|
## Notifications
|
||||||
notify_nova_on_port_status_changes = True
|
notify_nova_on_port_status_changes = True
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
type_drivers = {{ neutron_ml2_drivers_type }}
|
type_drivers = {{ neutron_ml2_drivers_type }}
|
||||||
tenant_network_types = {{ neutron_provider_networks.network_types }}
|
tenant_network_types = {{ neutron_provider_networks.network_types }}
|
||||||
mechanism_drivers = {{ neutron_ml2_mechanism_drivers }}
|
mechanism_drivers = {{ neutron_ml2_mechanism_drivers }}
|
||||||
|
path_mtu = 0
|
||||||
|
segment_mtu = 0
|
||||||
|
|
||||||
|
|
||||||
{% if neutron_provider_networks.network_flat_networks %}
|
{% if neutron_provider_networks.network_flat_networks %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user