yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17765
[Bug 1277379] Re: folsom_initial db migration does not create quotas table
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-2
--
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):
Fix Released
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
References