yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16865
[Bug 1337185] [NEW] Brocadeport table is not up to models
Public bug reported:
In models for brocadeport for columns admin_state_up and network_id
have nullable=False, but it was skipped in migrations. Also vlan_id have
type Sring(10) instead of String(36) and there is a missing foreign key
on network_id column.
Difference is shown here http://paste.openstack.org/show/85376/
** Affects: neutron
Importance: Undecided
Assignee: Ann Kamyshnikova (akamyshnikova)
Status: New
** Tags: db
** Changed in: neutron
Assignee: (unassigned) => Ann Kamyshnikova (akamyshnikova)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1337185
Title:
Brocadeport table is not up to models
Status in OpenStack Neutron (virtual network service):
New
Bug description:
In models for brocadeport for columns admin_state_up and network_id
have nullable=False, but it was skipped in migrations. Also vlan_id
have type Sring(10) instead of String(36) and there is a missing
foreign key on network_id column.
Difference is shown here http://paste.openstack.org/show/85376/
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1337185/+subscriptions
Follow ups
References