Migration 020 incorrectly assigns roles.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Critical
|
Jamie Lennox | ||
Grizzly |
Fix Released
|
Critical
|
Dolph Mathews |
Bug Description
This is showing up intermitantly in MySQL tests with SQL upgrades. A query in migration 020 is incorrectly formed and results in updating all of a user's roles rather than just that assigned to a project.
On the current master:
https:/
the query:
q = new_metadata_
produces the statement:
UPDATE user_project_
rather than the obviously intended:
UPDATE user_project_
Changed in keystone: | |
importance: | Undecided → Critical |
tags: | added: grizzly-backport-potential |
tags: | removed: grizzly-backport-potential |
Changed in keystone: | |
milestone: | none → havana-2 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | havana-2 → 2013.2 |
Fix proposed to branch: master /review. openstack. org/31162
Review: https:/