Residual ovs information of neutron [closed]
Hi,
I have few configured VM on openstack and work normally(maybe it's icehouse version.I downloaded it from GIT yesterday).I find that If I delete the VM all,there will be residual ovs-port information on my network node.If I don't manually use neutron-ovs-clear to delete these ovs information,fixed-ip and floating-ip on the new created VM will lose efficacy.Other services on controller node(neutron-server) and compute node(neutron-openvswitch) works well.Is there anyone could tell me why this kind of information always occur and how could I avoid this situation happened again?Any comments would be appreciated.Thx a lot.
This is the outputs on my network node:
[root@cnt9-network ~(keystone_admin)]# nova list
+----+------+--------+------------+-------------+----------+
| ID | Name | Status | Task State | Power State | Networks |
+----+------+--------+------------+-------------+----------+
+----+------+--------+------------+-------------+----------+
[root@cnt9-network ~(keystone_admin)]# ovs-vsctl show
9e860eb3-e027-41d1-bf71-1e1959acedef
Bridge br-ex
Port "tapaacc7109-0d"
Interface "tapaacc7109-0d"
Port "eth0"
Interface "eth0"
Port br-ex
Interface br-ex
type: internal
Port phy-br-ex
Interface phy-br-ex
Bridge br-int
Port "tap86352e3d-7c"
tag: 1
Interface "tap86352e3d-7c"
Port br-int
Interface br-int
type: internal
Port "int-br-eth1"
Interface "int-br-eth1"
Port int-br-ex
Interface int-br-ex
Port "tapade8d0d8-00"
tag: 1
Interface "tapade8d0d8-00"
type: internal
Bridge "br-eth1"
Port "br-eth1"
Interface "br-eth1"
type: internal
Port "phy-br-eth1"
Interface "phy-br-eth1"
Port "eth2"
Interface "eth2"
ovs_version: "1.11.0"
[root@cnt9-network ~]# ./status.sh
neutron-dhcp-agent (pid 19491) is running...
neutron-l3-agent (pid 13865) is running...
neutron-lbaas-agent dead but pid file exists
neutron-metadata-agent is stopped
neutron-openvswitch-agent (pid 13913) is running...
neutron dead but pid file exists
Closing: This references a version of OpenStack which has been marked End Of Life - https://releases.openstack.org/ Please open a new question if you're still experiencing this with a more recent version of OpenStack.