Comment 2 for bug 1512407

Revision history for this message
David Ames (thedac) wrote :

The key issue is "Network type value 'gre' not supported"

2015-11-09 21:59:43.727 18222 ERROR oslo_messaging.rpc.dispatcher [req-5218b942-5b63-4931-ba6e-edfb1b38278b ] Exception during message handling: Invalid input for operation: Network type value 'gre' not supported.
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher Traceback (most recent call last):
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher executor_callback))
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher executor_callback)
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher result = func(ctxt, **new_args)
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/drivers/type_tunnel.py", line 265, in tunnel_sync
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher raise exc.InvalidInput(error_message=msg)
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher InvalidInput: Invalid input for operation: Network type value 'gre' not supported.
2015-11-09 21:59:43.727 18222 TRACE oslo_messaging.rpc.dispatcher
2015-11-09 21:59:43.730 18222 ERROR oslo_messaging._drivers.common [req-5218b942-5b63-4931-ba6e-edfb1b38278b ] Returning exception Invalid input for operation: Network type value 'gre' not supported. to caller
2015-11-09 21:59:43.730 18222 ERROR oslo_messaging._drivers.common [req-5218b942-5b63-4931-ba6e-edfb1b38278b ] ['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 265, in tunnel_sync\n raise exc.InvalidInput(error_message=msg)\n', "InvalidInput: Invalid input for operation: Network type value 'gre' not supported.\n"]
2015-11-09 21:59:45.729 18223 ERROR oslo_messaging.rpc.dispatcher [req-5218b942-5b63-4931-ba6e-edfb1b38278b ] Exception during message handling: Invalid input for operation: Network type value 'gre' not supported.

Our templates do allow gre when vxlan is set.
[ml2]
type_drivers = {{ overlay_network_type }},vlan,flat
tenant_network_types = {{ overlay_network_type }},vlan,flat
mechanism_drivers = openvswitch,hyperv,l2population