← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1263304] [NEW] Security Group Rules table is never created for ML2 plugin via migrations

 

Public bug reported:

Security Group Rules table is never created for ML2 plugin via
migrations, so any migration updating the table will fail.

The ML2 plugin works because it creates all tables from models via
db.confgure() which does metadata.create_all()

** Affects: neutron
     Importance: Medium
     Assignee: Eugene Nikanorov (enikanorov)
         Status: New


** Tags: db ml2

** Tags added: db ml2

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

Title:
  Security Group Rules table is never created for ML2 plugin via
  migrations

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Security Group Rules table is never created for ML2 plugin via
  migrations, so any migration updating the table will fail.

  The ML2 plugin works because it creates all tables from models via
  db.confgure() which does metadata.create_all()

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


Follow ups

References