Public bug reported: Updating the binding profile of a port will fail because of invalid type. This suggests a bug in the Neutron code that handles the parameters.
$ neutron --debug port-update subportD --binding:profile type=dict parent_name=4af7ef43-597b-4747-b3ac-2b045db17374,tag=999 ... DEBUG: keystoneauth.session RESP: [400] Content-Length: 152 Content-Type: application/json Date: Thu, 30 Sep 2021 13:14:32 GMT X-Openstack-Request-Id: req-5ca76951-518b-4a73-94bd-5c872a462786 DEBUG: keystoneauth.session RESP BODY: {"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Invalid binding:profile. tag 999 value invalid type.", "detail": ""}} DEBUG: keystoneauth.session PUT call to network for https://10.0.0.101:13696/v2.0/ports/fa2ba28e-3dfe-43af-b75a-8c466d23ebcd used request id req-5ca76951-518b-4a73-94bd-5c872a462786 DEBUG: neutronclient.v2_0.client Error message: {"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Invalid binding:profile. tag 999 value invalid type.", "detail": ""}} ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1945651 Title: Updating binding profile through CLI doesn't work Status in neutron: New Bug description: Updating the binding profile of a port will fail because of invalid type. This suggests a bug in the Neutron code that handles the parameters. $ neutron --debug port-update subportD --binding:profile type=dict parent_name=4af7ef43-597b-4747-b3ac-2b045db17374,tag=999 ... DEBUG: keystoneauth.session RESP: [400] Content-Length: 152 Content-Type: application/json Date: Thu, 30 Sep 2021 13:14:32 GMT X-Openstack-Request-Id: req-5ca76951-518b-4a73-94bd-5c872a462786 DEBUG: keystoneauth.session RESP BODY: {"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Invalid binding:profile. tag 999 value invalid type.", "detail": ""}} DEBUG: keystoneauth.session PUT call to network for https://10.0.0.101:13696/v2.0/ports/fa2ba28e-3dfe-43af-b75a-8c466d23ebcd used request id req-5ca76951-518b-4a73-94bd-5c872a462786 DEBUG: neutronclient.v2_0.client Error message: {"NeutronError": {"type": "InvalidInput", "message": "Invalid input for operation: Invalid binding:profile. tag 999 value invalid type.", "detail": ""}} To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1945651/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp