yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51461
[Bug 1585169] Re: migration script for qospolicyrbacs has hardcoded InnoDB engine
Reviewed: https://review.openstack.org/320380
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e7c963f55758bd5b55ea89a3d87356b3700237f9
Submitter: Jenkins
Branch: master
commit e7c963f55758bd5b55ea89a3d87356b3700237f9
Author: Vladislav Belogrudov <vladislav.belogrudov@xxxxxxxxxx>
Date: Tue May 24 14:25:50 2016 +0300
Migration for qospolicyrbacs has hardcoded InnoDB
Table creation scripts in Neutron use mysql_engine from config file
or from model which is default "InnoDB". Creation of qospolicyrbacs
should follow the same procedure.
Change-Id: I122f320e9eb4d30c7bdadec0604ddd007a5ab244
Closes-Bug: #1585169
** 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/1585169
Title:
migration script for qospolicyrbacs has hardcoded InnoDB engine
Status in neutron:
Fix Released
Bug description:
Table creation uses mysql_engine from config file or from model which
is default "InnoDB".
neutron/db/migration/alembic_migrations/versions/mitaka/expand/15e43b934f81_rbac_qos_policy.py
still has hard-coded engine string. We use different engine and this
script makes incorrect database schema.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1585169/+subscriptions
References