Tunnel IP %(ip)s in use with host %(host)s'
Hello,
Environment : Ubuntu, Kilo ( with Neutron Networking)
I am trying to setup open stack ( Kilo release) on Ubuntu 14.04.01. It's a 3 node setup with Neutron networking. Followed installation steps as per http://docs.openstack.org/kilo/instal....
All the "verify operations" for compute, network, glance and keystone were sucess.
However I do see below errors in my neutron-server logs. I suspect I may be hitting the defect ( https://bugs.launchpad.net/neutron/+b...) as I have changed the host names once during the installation.
I would like to know if anyone else has come across the same issue and is there any work around to resolve this give that this defect is still " In progress" state.
Thanks in Advance Ashraf
2015-08-10 10:08:25.203 21706 TRACE oslo_messaging.rpc.dispatcher
2015-08-10 10:08:25.206 21706 ERROR oslo_messaging._drivers.common [req-d2c6c193-f93b-4f80-822a-cd1be8b717de ] Returning exception Invalid input for operation: (u'Tunnel IP %(ip)s in use with host %(host)s', {'ip': u'192.168.14.36', 'host': u'network'}). to caller
2015-08-10 10:08:25.206 21706 ERROR oslo_messaging._drivers.common [req-d2c6c193-f93b-4f80-822a-cd1be8b717de ] ['Traceback (most recent call last):\n', ' File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply\n executor_callback))\n', ' File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch\n executor_callback)\n', ' File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch\n result = func(ctxt, **new_args)\n', ' File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/drivers/type_tunnel.py", line 248, in tunnel_sync\n raise exc.InvalidInput(error_message=msg)\n', "InvalidInput: Invalid input for operation: (u'Tunnel IP %(ip)s in use with host %(host)s', {'ip': u'192.168.14.36', 'host': u'network'}).\n"]
2015-08-10 10:08:27.211 21706 ERROR oslo_messaging.rpc.dispatcher [req-d2c6c193-f93b-4f80-822a-cd1be8b717de ] Exception during message handling: Invalid input for operation: (u'Tunnel IP %(ip)s in use with host %(host)s', {'ip': u'192.168.14.36', 'host': u'network'}).
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher Traceback (most recent call last):
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher executor_callback))
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher executor_callback)
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher result = func(ctxt, **new_args)
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/drivers/type_tunnel.py", line 248, in tunnel_sync
2015-08-10 10:08:27.211 21706 TRACE oslo_messaging.rpc.dispatcher raise exc.InvalidInput(error_message=msg)
2015-08-10 10:08:27 ...