Patch implements translation from class paths to neutron to class paths to neutron_<adv_service>. It's achieved by defining entry point in setup.cfg which is translated by stevedore. There will be needed patches in advanced services tree calling get_provider_driver_class() function before importing class. This patch specifically fixes loading service plugins and drivers for service plugin. Patches for agents are still needed in neutron repo and adv services repos. Alternative and better solution would be implementing new DriverType to oslo.config, which will have callback to get_provider_driver_class()-like function. Co-Authored-By: Ihar Hrachyshka <ihrachys@redhat.com> Change-Id: I76af175c4387326a4e5ff95c2f15d8b866dedab3 Partial-Bug: 1401895
Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
- Neutron Administrator Guide
-
http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html
- Neutron API Reference:
-
http://docs.openstack.org/api/openstack-network/2.0/content/
- Current Neutron developer documentation is available at:
For help on usage and hacking of Neutron, please send mail to <mailto:openstack-dev@lists.openstack.org>.
For information on how to contribute to Neutron, please see the contents of the CONTRIBUTING.rst file.