← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1509312] Re: unable to use tenant network after kilo to liberty update due to port security extension

 

Reviewed:  https://review.openstack.org/294132
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b0519cf0ada3b3d9b76f84948f9ad3c142fc50be
Submitter: Jenkins
Branch:    master

commit b0519cf0ada3b3d9b76f84948f9ad3c142fc50be
Author: Ihar Hrachyshka <ihrachys@xxxxxxxxxx>
Date:   Thu Mar 17 16:20:52 2016 +0100

    port security: gracefully handle resources with no bindings
    
    Resources could be created before the extension was enabled in the
    setup. In that case, no bindings are created for them. In that case, we
    should gracefully return default (True) value when extracting the value
    using the mixin; and we should also create binding model on update
    request, if there is no existing binding model for the resource.
    
    While at it, introduced a constant to store the default value for port
    security (True) and changed several tests to use the constant instead of
    extracting it from extension resource map.
    
    Change-Id: I8607cdecdc16c5f94635c94e2f02700c732806eb
    Closes-Bug: #1509312


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1509312

Title:
  unable to use tenant network after kilo to liberty update due to port
  security extension

Status in neutron:
  Fix Released
Status in openstack-ansible:
  Confirmed
Status in openstack-ansible liberty series:
  Fix Released
Status in openstack-ansible trunk series:
  Confirmed

Bug description:
  After updating to liberty from kilo all networks created in kilo
  release are useless in liberty.

  If i try to spawn a new isntance with a port on a network created in
  kilo i get the following error in nova-compute.log :

  BadRequest: Port does not have port security binding.

  I guess this has to do with the new extension in ml2 plugin
  port_security.

  Using neutron DVR on Ubuntu 14.04.3!

  This is my first bug report so sry in advance for any mistakes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1509312/+subscriptions


References