← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1277379] [NEW] folsom_initial db migration does not create quotas table

 

Public bug reported:

When using the master branch (now Icehouse),
folsom_initial db migration does not create quotas table
for a plugin which had db quota support (quota-ext).

It is because neutron/db/migration/alembic_migrations/env.py checks quota_db config option, but DB_QUOTA_DRIVER was moved in Grizzly cycle. As a result the check in env.py always returns False and quotas table is not created.
It affects OVS, Linuxbridge, ML2 and NVP plugins.

It causes potential db migration failure when the migration changes
quotas table (like https://review.openstack.org/#/c/71521/ ).

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: db lb ml2 nicira ovs

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

Title:
  folsom_initial db migration does not create quotas table

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  When using the master branch (now Icehouse),
  folsom_initial db migration does not create quotas table
  for a plugin which had db quota support (quota-ext).

  It is because neutron/db/migration/alembic_migrations/env.py checks quota_db config option, but DB_QUOTA_DRIVER was moved in Grizzly cycle. As a result the check in env.py always returns False and quotas table is not created.
  It affects OVS, Linuxbridge, ML2 and NVP plugins.

  It causes potential db migration failure when the migration changes
  quotas table (like https://review.openstack.org/#/c/71521/ ).

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


Follow ups

References