DB accesses during user creation should be atomic
Bug #1130676 reported by
Rohit Karajgi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
In Progress
|
Medium
|
Rohan |
Bug Description
For example, user creation includes the following two steps.
create user
update tenant
Since DB accesses of these two steps are not atomic, there should be a problem when both user creation and tenant deletion are requested at the same time.
Similar issue can exist for other types of requests.
Refer Bug 1173117
Changed in keystone: | |
assignee: | nobody → Rohan (kanaderohan) |
Changed in keystone: | |
importance: | Undecided → Medium |
Changed in keystone: | |
assignee: | Rohan (kanaderohan) → Jay Pipes (jaypipes) |
description: | updated |
Changed in keystone: | |
assignee: | Jay Pipes (jaypipes) → Rohan (kanaderohan) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/25517
Review: https:/