/NetworkDriver.CreateEndpoint is not returning as expected by libnetwork and failing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kuryr |
Fix Committed
|
Undecided
|
vikas choudhary |
Bug Description
In current implementation, allocated port configuration is passed as return value in interface description in both cases:
1. remote network driver was supplied a non-empty value in Interface
2. remote network driver was supplied empty value in Interface
But for non-empty interface case, libnetwork expects empty interface description as success response.
"If the remote process was supplied a non-empty value in Interface, it must respond with an empty Interface value. LibNetwork will treat it as an error if it supplies a non-empty value and receives a non-empty value back, and roll back the operation."
https:/
ERROR_LOGS:
root@vikas-
43913b1d6a50983
Error response from daemon: Cannot start container 43913b1d6a50983
Changed in kuryr: | |
status: | New → In Progress |
assignee: | nobody → vikas choudhary (choudharyvikas16) |
Fix proposed to branch: master /review. openstack. org/237465
Review: https:/