← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1337185] Re: Brocadeport table is not up to models

 

** 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/1337185

Title:
  Brocadeport table is not up to models

Status in OpenStack Neutron (virtual network service):
  Fix Released

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


References