← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2046939] [NEW] [OVN] ``OVNAgentExtensionManager`` is resetting the ``agent_api`` during the initialization

 

Public bug reported:

The ``OVNAgentExtensionManager`` instance of the OVN agent is resetting the ``agent_api`` member during the extensions manager initialization. The ``OVNAgentExtensionManager`` inherits from ``AgentExtensionsManager``. The ``initialize`` method iterates through the loaded extensions and execute the following methods:
* ``consume_api``: assigns the agent API to the extension.
* ``initialize``: due to a wrong implementation, this method is now assigning None to the agent API, previously assigned.

** Affects: neutron
     Importance: Medium
     Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez)

** Changed in: neutron
   Importance: Undecided => Medium

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

Title:
  [OVN] ``OVNAgentExtensionManager`` is resetting the ``agent_api``
  during the  initialization

Status in neutron:
  In Progress

Bug description:
  The ``OVNAgentExtensionManager`` instance of the OVN agent is resetting the ``agent_api`` member during the extensions manager initialization. The ``OVNAgentExtensionManager`` inherits from ``AgentExtensionsManager``. The ``initialize`` method iterates through the loaded extensions and execute the following methods:
  * ``consume_api``: assigns the agent API to the extension.
  * ``initialize``: due to a wrong implementation, this method is now assigning None to the agent API, previously assigned.

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



Follow ups