Merge "[config-ref] move allow_automatic_* to neutron.conf"
This commit is contained in:
commit
54c4db28c8
@ -20,6 +20,10 @@
|
|||||||
-
|
-
|
||||||
* - ``agent_down_time`` = ``75``
|
* - ``agent_down_time`` = ``75``
|
||||||
- (Integer) Seconds to regard the agent is down; should be at least twice report_interval, to be sure the agent is down for good.
|
- (Integer) Seconds to regard the agent is down; should be at least twice report_interval, to be sure the agent is down for good.
|
||||||
|
* - ``allow_automatic_dhcp_failover`` = ``True``
|
||||||
|
- (Boolean) Automatically remove networks from offline DHCP agents.
|
||||||
|
* - ``allow_automatic_l3agent_failover`` = ``False``
|
||||||
|
- (Boolean) Automatically reschedule routers from offline L3 agents to online L3 agents.
|
||||||
* - ``api_workers`` = ``None``
|
* - ``api_workers`` = ``None``
|
||||||
- (Integer) Number of separate API worker processes for service. If not specified, the default is equal to the number of CPUs available for best performance.
|
- (Integer) Number of separate API worker processes for service. If not specified, the default is equal to the number of CPUs available for best performance.
|
||||||
* - ``auth_ca_cert`` = ``None``
|
* - ``auth_ca_cert`` = ``None``
|
||||||
|
@ -20,10 +20,6 @@
|
|||||||
-
|
-
|
||||||
* - ``agent_mode`` = ``legacy``
|
* - ``agent_mode`` = ``legacy``
|
||||||
- (String) The working mode for the agent. Allowed modes are: 'legacy' - this preserves the existing behavior where the L3 agent is deployed on a centralized networking node to provide L3 services like DNAT, and SNAT. Use this mode if you do not want to adopt DVR. 'dvr' - this mode enables DVR functionality and must be used for an L3 agent that runs on a compute host. 'dvr_snat' - this enables centralized SNAT support in conjunction with DVR. This mode must be used for an L3 agent running on a centralized node (or in single-host deployments, e.g. devstack)
|
- (String) The working mode for the agent. Allowed modes are: 'legacy' - this preserves the existing behavior where the L3 agent is deployed on a centralized networking node to provide L3 services like DNAT, and SNAT. Use this mode if you do not want to adopt DVR. 'dvr' - this mode enables DVR functionality and must be used for an L3 agent that runs on a compute host. 'dvr_snat' - this enables centralized SNAT support in conjunction with DVR. This mode must be used for an L3 agent running on a centralized node (or in single-host deployments, e.g. devstack)
|
||||||
* - ``allow_automatic_dhcp_failover`` = ``True``
|
|
||||||
- (Boolean) Automatically remove networks from offline DHCP agents.
|
|
||||||
* - ``allow_automatic_l3agent_failover`` = ``False``
|
|
||||||
- (Boolean) Automatically reschedule routers from offline L3 agents to online L3 agents.
|
|
||||||
* - ``enable_metadata_proxy`` = ``True``
|
* - ``enable_metadata_proxy`` = ``True``
|
||||||
- (Boolean) Allow running metadata proxy.
|
- (Boolean) Allow running metadata proxy.
|
||||||
* - ``enable_snat_by_default`` = ``True``
|
* - ``enable_snat_by_default`` = ``True``
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
advertise_mtu dhcp_agent
|
advertise_mtu dhcp_agent
|
||||||
agent_down_time common
|
agent_down_time common
|
||||||
agent_mode l3_agent
|
agent_mode l3_agent
|
||||||
allow_automatic_dhcp_failover l3_agent
|
allow_automatic_dhcp_failover common
|
||||||
allow_automatic_l3agent_failover l3_agent
|
allow_automatic_l3agent_failover common
|
||||||
allow_bulk api
|
allow_bulk api
|
||||||
allow_overlapping_ips policy
|
allow_overlapping_ips policy
|
||||||
allow_pagination api
|
allow_pagination api
|
||||||
|
Loading…
Reference in New Issue
Block a user