New Question

Revision history [back]

click to hide/show revision 1
initial version

neutron-ovs-cleanup.exe

Hi, We are getting a lot of warning on the neutron-ovs-agent.log on Found Failed openvswitch port: xxxxxxxxx

on ovs-vsctl show, error: "could not add network device xxxxxx to ofproto (Invalid argument)"

I want to clean up the failed port using neutron-ovs-cleanup.exe but getting the following error

C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\Scripts>neutron-ovs-cleanup.exe Traceback (most recent call last): File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\Scripts\neutron-ovs-cleanup-script.py", line 9, in <module> loadentrypoint('neutron==8.4.1.dev19', 'consolescripts', 'neutron-ovs-cleanup')() File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\pkgresources_init.py", line 558, in loadentrypoint return getdistribution(dist).loadentrypoint(group, name) File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\pkgresources_init.py", line 2682, in loadentrypoint return ep.load() File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\pkgresources_init.py", line 2355, in load return self.resolve() File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\pkgresources_init.py", line 2361, in resolve module = import(self.modulename, fromlist=['name'], level=0) File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\neutron\cmd\ovscleanup.py", line 23, in <module> from neutron.agent.linux import interface File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\neutron\agent\linux\interface.py", line 26, in <module> from neutron.agent.linux import utils File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\neutron\agent\linux\utils.py", line 16, in <module> import fcntl ImportError: No module named fcntl

Look like some missing module. Is there another way to clean up ? We are using Mitaka, HyperVNovaComputeMitaka1314.msi

Thanks