Comment 0 for bug 2035168

Revision history for this message
Takashi Kajinami (kajinamit) wrote : Remaining db migrations for Nuage plugin

(This is not a functional bug but is a potential cleanup opportunity)

The latest master still contains database migration code for tables used by Nuage plugin.

https://github.com/openstack/neutron/tree/8cba9a2ee86cb3b65645674ef315c14cfb261143/neutron/db/migration/alembic_migrations
 -> nuage_init_opts.py

However I noticed the nuage plugin is no longer maintained.

https://github.com/nuagenetworks/nuage-openstack-neutron/tree/master

AFAIU we can't remove these tables because plugins split out from the neutron repo early
rely in tables/databases created by neutron, but it's no longer useful to maintain these
in case the plugin is already unmaintained.