← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2046892] Re: [OVN] Retrieve the OVN agent extensions correctly

 

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

commit fa46584af99c677489ee8e92eaabb25b801c1ce7
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Tue Dec 19 08:55:10 2023 +0000

    [OVN] Retrieve the OVN agent extensions correctly
    
    Now the OVN agent implements a method ``__getitem__`` that retrieves,
    from ``self.ext_manager``, a loaded extension by its name. The method
    returns the instantiated extension object.
    
    Closes-Bug: #2046892
    Change-Id: Ibb6dc7c9150bf99639d5b6180356963998dc4e49


** 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/2046892

Title:
  [OVN] Retrieve the OVN agent extensions correctly

Status in neutron:
  Fix Released

Bug description:
  The OVN agent extensions are stored in the
  ``OVNNeutronAgent.ext_manager``, that is an instance of
  ``OVNAgentExtensionManager`` (that inherits from
  ``NamedExtensionManager``). In order to retrieve the loaded extension
  object, it is needed to retrieve the extension using the name from the
  extension manager.

  Right now, the QOS HWOL extension is using an OVN agent member
  (``agent.qos_hwol``) that does not exists.

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



References