yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04368
[Bug 1215483] Re: update consumer (sql) not actually updating
** 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/1215483
Title:
update consumer (sql) not actually updating
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
Noticed this wile developing command line support:
$ openstack consumer list
| ID | Description
| 5387ef1e888e4c1bb903ec1c7cfd500c | con1
$ openstack consumer set 5387ef1e888e4c1bb903ec1c7cfd500c
--description myCon
$ openstack consumer list
| ID | Description
| 5387ef1e888e4c1bb903ec1c7cfd500c | con1
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1215483/+subscriptions