folsom_initial migration has wrong type for brocadenetworks.id
Bug #1304741 reported by
Henry Gessau
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Fix Released
|
Medium
|
Ann Taraday | ||
Bug Description
brocadenetworks table model is defined as:
class BrocadeNetwork(
where models_v2.HasId is sa.String(36)
But in the folsom_initial migration we have:
def upgrade_brocade():
op.
| tags: | added: brocade db |
| Changed in neutron: | |
| assignee: | nobody → Henry Gessau (gessau) |
| Changed in neutron: | |
| status: | New → In Progress |
| Changed in neutron: | |
| importance: | Undecided → Medium |
| Changed in neutron: | |
| assignee: | Henry Gessau (gessau) → Ann Kamyshnikova (akamyshnikova) |
| Changed in neutron: | |
| milestone: | none → juno-2 |
| status: | Fix Committed → Fix Released |
| Changed in neutron: | |
| milestone: | juno-2 → 2014.2 |
To post a comment you must log in.

Addressed by https:/ /review. openstack. org/84519