← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1284700] Re: Downgrade of assignment to grant tables has issues with postgresql & mysql

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

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

Title:
  Downgrade of assignment to grant tables has issues with postgresql &
  mysql

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  There are two issues:

  1) The downgrade on Mysql may fail due to not committing changes at
  the appropriate time when there are multiple assignment entries being
  mapped back into a single grant entry. This works fine with postgresql
  (appears to an sqlalchemy issue)

  2) test_sql_upgrade fails to close an outer session that has done a
  SELECT on the grant tables we want to drop - which will cause the drop
  to block on databases other the sqllite.  This doesn't affect a
  production migration, but  stops the tests.

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


References