'segments' set to service_plugins should be 'segment'

Bug #1591857 reported by Itsuro Oda
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Expired
Undecided
Unassigned

Bug Description

This is about segment extension.

Alias of segment extension is 'segment'.
service_plugins in neutron.conf must be set 'segments'.
This causes confusion (at least for me).
I think it is better that they are same. (I think definition of service_plugins should be 'segment' (i.e. fix setup.cfg))

Revision history for this message
Miguel Angel Ajo (mangelajo) wrote :

I'm not familiar with that part of the code yet, could you point out to the code pieces related to segment extension/service plugin ?

Changed in neutron:
status: New → Incomplete
Revision history for this message
Itsuro Oda (oda-g) wrote :

alias definition:
neutron/extensions/segment.py
---
    @classmethod
    def get_alias(cls):
        return "segment"
---

service_plugins entry points:
setup.cfg
---
    segments = neutron.services.segments.plugin:Plugin
---

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for neutron because there has been no activity for 60 days.]

Changed in neutron:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.