quick retry connect to resolve stale ncclient handle
Bug #1481856 reported by
Carol Bouchard
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-cisco |
Fix Released
|
Undecided
|
Carol Bouchard | ||
Kilo |
Fix Committed
|
Undecided
|
Carol Bouchard | ||
Liberty |
Fix Released
|
Undecided
|
Carol Bouchard |
Bug Description
The Cisco Nexus driver creates a connection to the switch and keeps it open for all configuration.
When the switch goes away, the cisco nexus driver is left with a stale connection and any attempts
to send configuration thru is will fail. We previously addressed this issue (ref: 1399998) by closing the
connection so next attempt will be successful. We relied on the next attempt to occur during replay
processing. With recent changes to replay code, we need to instead isolate this one time retry within
the driver itself. That's what this bug will address.
Changed in networking-cisco: | |
assignee: | nobody → Carol Bouchard (caboucha) |
status: | New → In Progress |
Changed in networking-cisco: | |
milestone: | none → 1.1.0 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/211676
Review: https:/