yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49515
[Bug 1460630] Re: nova should not verify "port_security_enabled" according the info from network
*** This bug is a duplicate of bug 1175464 ***
https://bugs.launchpad.net/bugs/1175464
Reviewed: https://review.openstack.org/284095
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ee7a01982611cdf8012a308fa49722146c51497f
Submitter: Jenkins
Branch: master
commit ee7a01982611cdf8012a308fa49722146c51497f
Author: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxx>
Date: Wed Feb 24 06:55:30 2016 -0500
network: make nova to handle port_security_enabled=False
In somes cases we need to have network without any security rules
applied, unfortunatly nova does not provide way to remove l3
assignements and always at least expose the default security group.
This commit updates code to clear security groups applied to the
network when option port_security_enabled=False is activated on the
network.
Change-Id: I630008a9733624a9d9b59b7aa3b8b2a3f8985d61
Closes-Bug: #1460630
Related-Bug: #1175464
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1460630
Title:
nova should not verify "port_security_enabled" according the info from
network
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack Compute (nova) liberty series:
New
Status in OpenStack Compute (nova) mitaka series:
In Progress
Bug description:
nova version:
2.25.0
according the bp :
https://blueprints.launchpad.net/neutron/+spec/ml2-ovs-portsecurity
repro:
1.create a network with port_security_enabled is false, and create a sample subnet.
2.create a port with port_security_enabled is true on this network through neutron.
3. boot a server based on this port.
expect:
This server should be fine.
But it hit the error as:
SecurityGroupCannotBeApplied: Network requires port_security_enabled and subnet associated in order to apply security groups.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1460630/+subscriptions
References