The host parameter for port binding activation and deletion endpoints is a path parameter, not a body parameter. This was causing issues with clients like openstacksdk that were sending the host in both the path and body, resulting in a TypeError: 'got multiple values for argument'. Changes: - Added host-path parameter definition in parameters.yaml - Updated port binding activate endpoint to use host-path - Updated port binding delete endpoint to use host-path Closes-Bug: #2146294 Change-Id: I7f2d6cfde3671af22076ca1fbe193d535aad92d2 Signed-off-by: Maurice Escher <maurice.escher@sap.com>
neutron-lib
Neutron shared routines and utilities.
- Free software: Apache license
- Documentation: https://docs.openstack.org/neutron-lib/latest/
- Source: https://opendev.org/openstack/neutron-lib
- Bugs: https://bugs.launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron-lib/
Description
Languages
Python
97.5%
PHP
2.1%
Shell
0.3%