Description of problem: No update message is sent to Neutron Server when you remove preconfigured security group for the VNIC, attached to running VM Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Run VM with VNIC profile of External network 2. Add security group to that VNIC profile and check it is updated on Neutron Server 3. Update VNIC profile by removing security group Actual results: Security group is not updated on the Neutron Server - it is still the removed one Expected results: Update should be sent to Neutron Server and it should be updated correctly Additional info:
Do you mean that updating the security groups on the vnic profile triggered an update of the security profiles for the ports on neutron server for all of the vms which use that profile ?
It's not a bug as update of the Network on Neutron is done today only when you unplug/plug the relevant vNIC with that network. Will open RFE to be able to update the Neutron Network without unplug/plug