failed to start Docker container with network created by kuryr
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kuryr |
Fix Committed
|
High
|
Baohua Yang |
Bug Description
hi,
follow the steps to create network and start container:
1. create network: sudo docker network create --driver=kuryr foo
2. launches a container against network foo: sudo docker run --net=foo -itd --name=container1 busybox
Error info:
127.0.0.1 - - [16/Nov/2015 08:42:53] "POST /NetworkDriver.
ERROR:root:
Traceback (most recent call last):
File "/usr/local/
ret = f(self, direct, *argv, **kwarg)
File "/usr/local/
get(key, lambda x, y: x == y)(value, tn[key]):
File "/usr/local/
_fields_cmp = {'flags': lambda x, y: x & y & IFF_MASK == y & IFF_MASK}
TypeError: unsupported operand type(s) for &: 'NoneType' and 'int'
ERROR:root:
Traceback (most recent call last):
File "/usr/local/
ret = f(self, direct, *argv, **kwarg)
File "/usr/local/
self[key] = None
File "/usr/local/
raise error
TypeError: unsupported operand type(s) for &: 'NoneType' and 'int'
127.0.0.1 - - [16/Nov/2015 08:42:57] "POST /NetworkDriver.Join HTTP/1.1" 500 -
INFO:werkzeug:
Traceback (most recent call last):
File "/usr/local/
return self.wsgi_
File "/usr/local/
response = self.make_
File "/usr/local/
reraise(
File "/usr/local/
response = self.full_
File "/usr/local/
rv = self.handle_
File "/usr/local/
reraise(
File "/usr/local/
rv = self.dispatch_
File "/usr/local/
return self.view_
File "/home/
endpoint_id, neutron_port, all_subnets)
File "/home/
host_veth.up()
File "/usr/local/
self.commit()
File "/usr/local/
del self[i]
File "/usr/local/
raise error
TypeError: unsupported operand type(s) for &: 'NoneType' and 'int'
could you help check?
Changed in kuryr: | |
status: | Invalid → In Progress |
importance: | Undecided → High |
Changed in kuryr: | |
status: | In Progress → Fix Committed |
There has been significant changes to the code. Please try again and reopen the bug if the issue continues to exist.