Comment 9 for bug 1189059

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/grizzly)

Reviewed: https://review.openstack.org/32679
Committed: http://github.com/openstack/nova/commit/61fc52948f26656c4bec4a09ee3daa16153f991b
Submitter: Jenkins
Branch: stable/grizzly

commit 61fc52948f26656c4bec4a09ee3daa16153f991b
Author: Aaron Rosen <email address hidden>
Date: Sat Jun 8 19:58:58 2013 -0700

    Fix assumed port has port_security_enabled

    Previously if adding a security group to an instance it would fail
    if the port did not contain port_security_enabled=True. This patch
    also changes the unit tests so that networks by default are not
    associated with port_security_enabled=True because this is only true
    if a plugin is running the port_security extension.

    Fixes bug 1189059

    Change-Id: Ieebb7aafba01c18164b86a01a3c289a6957321e4
    (cherry picked from commit eddab7ba0e45c47fa8503b29484ce296f46c0d27)