← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1952898] Re: Allow modification of max retries in OVSNeutronAgent

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/819816
Committed: https://opendev.org/openstack/neutron/commit/0152b43ee112acebbe2f6773fce9561fc25116f6
Submitter: "Zuul (22348)"
Branch:    master

commit 0152b43ee112acebbe2f6773fce9561fc25116f6
Author: Szymon Wroblewski <szymon.wroblewski@xxxxxxxxxxxx>
Date:   Tue Nov 30 13:42:39 2021 +0100

    Allow modification of max retries in OVSNeutronAgent
    
    Use class variable instead of module constant to
    allow modification of max_device_retries in classes inheriting
    from OVSNeutronAgent.
    
    Closes-Bug: #1952898
    Change-Id: I952491ca89466540d39d78f963b581302c0d8a17


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1952898

Title:
  Allow modification of max retries in OVSNeutronAgent

Status in neutron:
  Fix Released

Bug description:
  Modifying max device retries in classes inheriting from OVSNeutronAgent is quite hard because it uses module constant.
  Since our internal agent providing vrack functionality depends heavily on OVSNeutronAgent it would be nice to be able to change that value without having to overwrite all functions using MAX_DEVICE_RETRIES constant.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1952898/+subscriptions



References