← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2024044] Re: [sqlalchemy-20] Remove redundant indexes of some tables

 

** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2024044

Title:
  [sqlalchemy-20] Remove redundant indexes of some tables

Status in neutron:
  Fix Released

Bug description:
  There are some tables where some primary key columns are also defined
  as key (index). This redundant indexing is no necessary and could
  raise SQLAlchemy errors.

  These are the tables and columns affected:
  * portdataplanestatuses, port_id
  * portdnses, port_id
  * portuplinkstatuspropagation, port_id
  * qos_policies_default, project_id
  * quotausages, resource
  * subnet_dns_publish_fixed_ips, subnet_id

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2024044/+subscriptions



References