** 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/2069689
Title: broken out-of-tree modules due to the movement of wsgi module Status in neutron: Fix Released Bug description: Change https://review.opendev.org/c/openstack/neutron/+/916406 moved wsgi module from `neutron` to `neutron.api`. While the change was complete in itself it broke out-of-tree plugins (i.e. vpnaas, dynamic- routing) which still do `from neutron import wsgi`. https://opendev.org/explore/code?q=from+neutron+import+wsgi&t= helps to see occurrences of such import on opendev. It has an effect, that OpenAPI codegenerator is now not able to produce spec for Neutron since it installs latest Neutron with latest released vpnaas extension. Manila seems to be also affected (as commented in https://review.opendev.org/c/openstack/neutron/+/916406) To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2069689/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp