** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => grizzly-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1154918
Title:
legacy_endpoint_id actually stored in 'extra'
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
Migration 11 creates a column on the endpoint table called
legacy_endpoint_id, which the v2 controllers attempt to utilize.
This is the sqlite output for the following command after creating an
endpoint in v2:
SELECT legacy_endpoint_id, extra from endpoint;
|{"legacy_endpoint_id": "0d2d092634534252ace27e1e3c128209"}
Note that the legacy_endpoint_id is null and the attribute is stashed
into extra. Extra should be empty, e.g.:
0d2d092634534252ace27e1e3c128209|{}
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1154918/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp