yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17758
[Bug 1304741] Re: folsom_initial migration has wrong type for brocadenetworks.id
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1304741
Title:
folsom_initial migration has wrong type for brocadenetworks.id
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
brocadenetworks table model is defined as:
class BrocadeNetwork(model_base.BASEV2, models_v2.HasId)
where models_v2.HasId is sa.String(36)
But in the folsom_initial migration we have:
def upgrade_brocade():
op.create_table(
'brocadenetworks',
sa.Column('id', sa.Integer(), autoincrement=False, nullable=False),
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1304741/+subscriptions
References