diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-03 09:51:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-03 09:51:24 +0000 |
commit | f3fcd2425fd613af04a0feccf789a03ad09101b4 (patch) | |
tree | b1a8f35241f04bfafbf87fd4fd5375ab4eaf8894 /puppet/extraconfig | |
parent | a54e0b973b296204139d6ff2816902ee96f0b309 (diff) | |
parent | d1981582256c5fbe8beeaa87823225e7214bbff1 (diff) |
Merge "Cisco nexus config template - obsolete parameter (replay count)."
Diffstat (limited to 'puppet/extraconfig')
-rw-r--r-- | puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml b/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml index 655fd0f2..71445800 100644 --- a/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml +++ b/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml @@ -65,11 +65,18 @@ parameters: default: false NetworkNexusSwitchHeartbeatTime: type: number - description: Time interval to check the state of the Nexus device + description: > + Time interval to check the state of the Nexus device. The units of this + object are seconds. Setting this object to a value of 0 disables the + replay feature. default: 0 NetworkNexusSwitchReplayCount: type: number - description: Number of times to attempt config replay + description: > + This configuration item is OBSOLETE. The Nexus driver replay behavior + is to continue to attempt to connect to the down Nexus device with a + period equal to the heartbeat time interval. This was previously the + Number of times to attempt config replay. default: 3 NetworkNexusProviderVlanAutoCreate: type: boolean |