yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04727
[Bug 1191838] Re: Indexes are missing in sqlite
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => havana-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1191838
Title:
Indexes are missing in sqlite
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
When we create indexes (in migration `133_folsom.py`) we do it only
for mysql and postgresql.
1114 # Common indexes
1115 if migrate_engine.name == 'mysql' or migrate_engine.name == 'postgresql':
1116 for index in indexes:
1117 index.create(migrate_engine)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1191838/+subscriptions