|
|
@@ -189,6 +189,12 @@ |
|
|
|
# (optional) List of <bridge>:<egress_bw>:<ingress_bw> |
|
|
|
# Defaults to empty list |
|
|
|
# |
|
|
|
# [*explicitly_egress_direct*] |
|
|
|
# (optional) When set to True, the accepted egress unicast traffic will not |
|
|
|
# use action NORMAL. The accepted egress packets will be taken care of in the |
|
|
|
# final egress tables direct output flows for unicast traffic. (boolean value) |
|
|
|
# Defaults to $::os_service_default |
|
|
|
# |
|
|
|
# DEPRECATED |
|
|
|
# |
|
|
|
# [*of_interface*] |
|
|
@@ -230,6 +236,7 @@ class neutron::agents::ml2::ovs ( |
|
|
|
$tunnel_csum = $::os_service_default, |
|
|
|
$igmp_snooping_enable = $::os_service_default, |
|
|
|
$resource_provider_bandwidths = [], |
|
|
|
$explicitly_egress_direct = $::os_service_default, |
|
|
|
# DEPRECATED |
|
|
|
$of_interface = undef, |
|
|
|
) { |
|
|
@@ -338,6 +345,7 @@ class neutron::agents::ml2::ovs ( |
|
|
|
'agent/extensions': value => join(any2array($extensions), ','); |
|
|
|
'agent/minimize_polling': value => $minimize_polling; |
|
|
|
'agent/tunnel_csum': value => $tunnel_csum; |
|
|
|
'agent/explicitly_egress_direct': value => $explicitly_egress_direct; |
|
|
|
'ovs/ovsdb_timeout': value => $ovsdb_timeout; |
|
|
|
'ovs/of_connect_timeout': value => $of_connect_timeout; |
|
|
|
'ovs/of_request_timeout': value => $of_request_timeout; |
|
|
|