Comment 2 for bug 1590117

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

Reviewed: https://review.openstack.org/326716
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c40403eee0e4775f7ed089c91d4e2e075818a179
Submitter: Jenkins
Branch: master

commit c40403eee0e4775f7ed089c91d4e2e075818a179
Author: Brandon Logan <email address hidden>
Date: Tue Jun 7 14:29:36 2016 -0500

    Make service plugins' get_plugin_type classmethods

    Any service plugin that implements the get_plugin_type method should
    make it a classmethod. It should not need to be instantiated to
    retrieve the simple constant it returns in every case.

    Change-Id: Ia3a1237a5e07169ebc9378b1cd4188085e20d71c
    Closes-Bug: #1590117