You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 10.3 (and 10.2) can fail to create a Neutron network port when deployed in a hierarchical port binding (HPB) configuration. The failure will not allow an agent to create a Neutron LBaaS loadbalancer. The error is caused by failure of the driver to set a device_id in the port data passed to Neutron.
The text was updated successfully, but these errors were encountered:
… HPB)
Issues:
FixesF5Networks#930
Problem: create_port_on_network() fails to set a device_id in
port data unless one is passed into the function. Because the
agent calls this method without a device_id it will always
fail.
Analysis: Code was recently changed so that the passed in device_id
is always used, but failed to account for situations when device_id
is not given. Added additional code to set device_id to a uuid ID
when no device_id is given.
Tests:
… HPB)
Issues:
FixesF5Networks#930
Problem: create_port_on_network() fails to set a device_id in
port data unless one is passed into the function. Because the
agent calls this method without a device_id it will always
fail.
Analysis: Code was recently changed so that the passed in device_id
is always used, but failed to account for situations when device_id
is not given. Added additional code to set device_id to a uuid ID
when no device_id is given.
Tests:
Version 10.3 (and 10.2) can fail to create a Neutron network port when deployed in a hierarchical port binding (HPB) configuration. The failure will not allow an agent to create a Neutron LBaaS loadbalancer. The error is caused by failure of the driver to set a device_id in the port data passed to Neutron.
The text was updated successfully, but these errors were encountered: