** Changed in: oslo-incubator Milestone: None => juno-rc1 ** Also affects: oslo.serialization Importance: Undecided Status: New
** Changed in: oslo.serialization Assignee: (unassigned) => Matt Riedemann (mriedem) ** Changed in: oslo.serialization Milestone: None => juno-rc1 ** Changed in: oslo.serialization Status: New => Triaged ** Changed in: oslo.serialization Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1361230 Title: ad248f6 jsonutils sync breaks if simplejson < 2.2.0 (under python 2.6) Status in OpenStack Identity (Keystone): Invalid Status in The Oslo library incubator: Triaged Status in Oslo library for sending and saving object: Triaged Bug description: This keystone sync: https://github.com/openstack/keystone/commit/94efafd6d6066f63a9226a6b943d0e86699e7edd Pulled in this change to jsonutils: https://review.openstack.org/#/c/113760/ That uses a flag in json.dumps which is only in simplejson >= 2.2.0. If you don't have a new enough simplejson the keystone database migrations fail. Keystone doesn't even list simplejson as a requirement and oslo- incubator lists simplejson >= 2.0.9 as a test-requirement since it's optional in the code. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1361230/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp