← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1816771] Re: Creation of router fails in devstack

 

Reviewed:  https://review.openstack.org/638380
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d802fad8a92625005597ebda4931b0bbe13418e9
Submitter: Zuul
Branch:    master

commit d802fad8a92625005597ebda4931b0bbe13418e9
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date:   Thu Feb 21 11:16:03 2019 +0100

    Avoid loading same service plugin more than once
    
    In patch [1] requirement that only each service plugin
    can be loaded only once was removed.
    Unfortunatelly it is not possible that same service plugin
    will be instantiate more than once because it may reqister some
    callbacks or other things which can't be duplicated.
    
    So this patch adds mechanism which will ensure that each service
    plugin class is instantiate only once and reused if necessary.
    
    [1] https://review.openstack.org/#/c/626561/
    
    Closes-Bug: #1816771
    
    Change-Id: Ie6e6cc1bbbe50ff7cfad4e8033e48711569ea020


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

Title:
  Creation of router fails in devstack

Status in neutron:
  Fix Released

Bug description:
  Router creation failed in http://logs.openstack.org/36/638136/1/check
  /openstacksdk-functional-devstack/1cdc712/job-
  output.txt.gz#_2019-02-20_12_04_53_592956

  In neutron-server log there is error like:
  http://logs.openstack.org/36/638136/1/check/openstacksdk-functional-
  devstack/1cdc712/controller/logs/screen-q-svc.txt.gz#_Feb_20_12_04_53_392346

  It is possible that this could be introduced somehow by
  https://review.openstack.org/#/c/635671/ but it is not sure for now.

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


References