Comment 10 for bug 1809238

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/rocky)

Reviewed: https://review.openstack.org/649042
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2331e5fefc727bd6ed1e52d83baf253b195ef628
Submitter: Zuul
Branch: stable/rocky

commit 2331e5fefc727bd6ed1e52d83baf253b195ef628
Author: LIU Yulong <email address hidden>
Date: Mon Dec 17 11:38:20 2018 +0800

    Add dependency for service plugin

    Adds a required list 'required_service_plugins' to each service plugin,
    then we can initialize the service plugin with required dependency.
    And also adds the 'router' plugin to port forwarding service plugin
    required list.

    Conflicts:
        neutron/tests/unit/extensions/test_floating_ip_port_forwarding.py

    Closes-Bug: #1809238
    Change-Id: I53fdaee0cd96a5315a7abc39799657d613eb3a2e
    (cherry picked from commit e8b7e768a2545621ee98511b8dd271c5117f76bd)