Merge "Remove references to deprecated use_namespaces option"
This commit is contained in:
commit
865f65b1ea
@ -24,7 +24,7 @@ scalability and HA.
|
||||
| agent | agent |
|
||||
| provider | Provider Network |
|
||||
| router | Neutron L3 Router |
|
||||
| lbaas | Load Balancing service |
|
||||
| lbaas | Load Balancing service |
|
||||
| extraroute | Neutron Extra Route |
|
||||
+-----------------+--------------------------+
|
||||
|
||||
@ -250,7 +250,6 @@ neutron server when it starts up.
|
||||
| binary | neutron-dhcp-agent |
|
||||
| configurations |{ |
|
||||
| | "subnets": 1, |
|
||||
| | "use_namespaces": true, |
|
||||
| | "dhcp_driver": "neutron.agent.linux.dhcp.Dnsmasq",|
|
||||
| | "networks": 1, |
|
||||
| | "dhcp_lease_time": 120, |
|
||||
@ -486,4 +485,3 @@ To run the following commands, you must stop the DHCP agent on HostA.
|
||||
|
||||
After deletion, if you restart the DHCP agent, it appears on the agent
|
||||
list again.
|
||||
|
||||
|
@ -606,7 +606,6 @@ Network node
|
||||
[DEFAULT]
|
||||
verbose = True
|
||||
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||
use_namespaces = True
|
||||
external_network_bridge =
|
||||
router_delete_namespaces = True
|
||||
agent_mode = dvr_snat
|
||||
@ -625,7 +624,6 @@ Network node
|
||||
verbose = True
|
||||
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
|
||||
use_namespaces = True
|
||||
dhcp_delete_namespaces = True
|
||||
|
||||
#. (Optional) Reduce MTU for GRE/VXLAN project networks.
|
||||
@ -721,7 +719,6 @@ Compute nodes
|
||||
[DEFAULT]
|
||||
verbose = True
|
||||
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||
use_namespaces = True
|
||||
external_network_bridge =
|
||||
router_delete_namespaces = True
|
||||
agent_mode = dvr
|
||||
|
Loading…
Reference in New Issue
Block a user