diff --git a/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py b/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py index 08323bef69a..1fc1e6e09f4 100644 --- a/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py +++ b/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py @@ -1333,6 +1333,9 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin, physical_network, segmentation_id, fixed_ips, device_owner, ovs_restarted) else: + LOG.info(_LI("VIF port: %s admin state up disabled, " + "putting on the dead VLAN"), vif_port.vif_id) + self.port_dead(vif_port) port_needs_binding = False else: