diff options
author | 2019-02-26 18:09:14 +0400 | |
---|---|---|
committer | 2019-02-28 13:16:43 +0400 | |
commit | 4e4b7928649577beed448004acb9ed5f33700301 (patch) | |
tree | 9e88bcd185094c95d3c75ae63d424717a8edc327 /mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway.yml | |
parent | ac56d7b14f46b05f497b3dca4b6a4b0bfedd83e2 (diff) |
Tune up nova/neutron intervals
Also re-align resources for virtual scenarios.
Change-Id: Id0d55407fd5b1720a24e30c364219f8b08e89d06
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway.yml index 499749d82..5d9c62a7e 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_gateway.yml @@ -18,3 +18,5 @@ parameters: agent_mode: ${_param:neutron_gateway_agent_mode} vlan_aware_vms: true root_helper_daemon: false + dhcp_lease_duration: 3600 + report_interval: 120 |