update consumer (sql) not actually updating
Bug #1215483 reported by
Steve Martinelli
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Steve Martinelli |
Bug Description
Noticed this wile developing command line support:
$ openstack consumer list
| ID | Description
| 5387ef1e888e4c1
$ openstack consumer set 5387ef1e888e4c1
$ openstack consumer list
| ID | Description
| 5387ef1e888e4c1
The description is never updated for the consumer. I dug around and noticed that within update_consumer(), a session was being started immediately; then another session would be started when calling _get_consumer(). This was causing issues when saving the values and closing the sessions.
Changed in keystone: | |
assignee: | nobody → Steve Martinelli (stevemar) |
Changed in keystone: | |
status: | New → In Progress |
Changed in keystone: | |
milestone: | none → havana-3 |
importance: | Undecided → Medium |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | havana-3 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master/review.openstack.org/43600
Review: https:/