Yes, the errors arise from two newly added libnetwork API. They have not been implemented in Kuryr as of now but we should have them covered by the end of the week. Meanwhile, the errors should not cause any issues wrt the functionality of Kuryr.
Best, Mohammad From: Farhad Sunavala <fs...@yahoo.com> To: "openstack@lists.openstack.org" <openstack@lists.openstack.org> Date: 05/05/2016 01:12 PM Subject: [Openstack] [Kuryr] - Crash in raise_routing_exception in flask module Hi folks, I am getting an exception in the kuryr driver when I try to attach a container to the network. This is with the latest kuryr code from github. Please do let me know if it rings any bells. thanks, Farhad. root@fs-10-145-105-66:~# docker network ls NETWORK ID NAME DRIVER 6e475a30a012 bridge bridge 6b91734d9314 host host 13392e8dc0fa none null 098fd98a265b test kuryr root@fs-10-145-105-66:~# docker run -itd --net=test ubuntu /bin/bash cd7ddfe93df7eb77256f02e614250a3cd4c95a16dbc0c079461e8a74820d7b7d 2016-04-28 15:51:02.164 85708 INFO kuryr [-] Created a new network with name kuryr-net-098fd98a successfully: {u'network': {u'status': u'ACTIVE', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'ipv4_address_scope': None, u'description': u'', u'provider:physical_network': None, u'subnets': [], u'port_security_enabled': True, u'tenant_id': u'dcb4a57c752647e6b6bd699c96ba9fa8', u'created_at': u'2016-04-28T22:51:01', u'tags': [], u'updated_at': u'2016-04-28T22:51:01', u'provider:segmentation_id': 1022, u'provider:network_type': u'vxlan', u'ipv6_address_scope': None, u'admin_state_up': True, u'shared': False, u'mtu': 1450, u'id': u'9917e662-0d01-4cf3-ad3c-6baa73aebac6', u'name': u'kuryr-net-098fd98a'}} 2016-04-28 15:51:02.707 85708 INFO werkzeug [-] 127.0.0.1 - - [28/Apr/2016 15:51:02] "POST /NetworkDriver.CreateNetwork HTTP/1.1" 200 - 2016-04-28 15:54:06.830 85708 INFO werkzeug [-] 127.0.0.1 - - [28/Apr/2016 15:54:06] "POST /NetworkDriver.CreateEndpoint HTTP/1.1" 200 - 2016-04-28 15:54:07.402 85708 INFO werkzeug [-] 127.0.0.1 - - [28/Apr/2016 15:54:07] "POST /NetworkDriver.Join HTTP/1.1" 200 - 2016-04-28 15:54:07.430 85708 ERROR kuryr [-] Unexpected error happened: 404: Not Found Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1453, in dispatch_request self.raise_routing_exception(req) File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1436, in raise_routing_exception raise request.routing_exception NotFound: 404: Not Found 2016-04-28 15:54:07.431 85708 INFO werkzeug [-] 127.0.0.1 - - [28/Apr/2016 15:54:07] "POST /NetworkDriver.ProgramExternalConnectivity HTTP/1.1" 404 - 2016-04-28 15:54:07.432 85708 INFO werkzeug [-] 127.0.0.1 - - [28/Apr/2016 15:54:07] "POST /NetworkDriver.EndpointOperInfo HTTP/1.1" 200 - _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack