Merge "allow to configure broadcast_dhcp in neutron DHCP server"
This commit is contained in:
commit
e5fc7a5fdc
@ -121,6 +121,10 @@ parameters:
|
||||
default: ''
|
||||
type: string
|
||||
description: Name of Open vSwitch bridge to use
|
||||
NeutronDhcpServerBroadcastReply:
|
||||
default: false
|
||||
description: Neutron DHCP agent to use broadcast in DHCP replies
|
||||
type: boolean
|
||||
|
||||
conditions:
|
||||
|
||||
@ -180,6 +184,7 @@ outputs:
|
||||
neutron::agents::dhcp::dnsmasq_local_resolv: {get_param: NeutronEnableInternalDNS}
|
||||
neutron::agents::dhcp::dnsmasq_dns_servers: {get_param: NeutronDhcpAgentDnsmasqDnsServers}
|
||||
neutron::agents::dhcp::interface_driver: {get_param: NeutronInterfaceDriver}
|
||||
neutron::agents::dhcp::dhcp_broadcast_reply: {get_param: NeutronDhcpServerBroadcastReply}
|
||||
neutron::agents::dhcp::debug:
|
||||
if:
|
||||
- service_debug_unset
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Allow Neutron DHCP agent to use broadcast in DHCP replies
|
Loading…
Reference in New Issue
Block a user