legacy_endpoint_id actually stored in 'extra'
Bug #1154918 reported by
Dolph Mathews
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Low
|
Dolph Mathews |
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_
Note that the legacy_endpoint_id is null and the attribute is stashed into extra. Extra should be empty, e.g.:
0d2d092634534
tags: | added: grizzly-rc-potential |
tags: | removed: grizzly-rc-potential |
Changed in keystone: | |
milestone: | none → grizzly-rc1 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | grizzly-rc1 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/24397
Review: https:/