yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13390
[Bug 1304741] [NEW] folsom_initial migration has wrong type for brocadenetworks.id
Public bug reported:
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),
** Affects: neutron
Importance: Undecided
Assignee: Henry Gessau (gessau)
Status: New
** Tags: brocade db
** Tags added: brocade db
** Changed in: neutron
Assignee: (unassigned) => Henry Gessau (gessau)
--
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):
New
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
Follow ups
References