Comment 8 for bug 2052937

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.opendev.org/c/openstack/nova/+/909859
Committed: https://opendev.org/openstack/nova/commit/2dff0f1c76c9ade41c23dce217621be012d653f3
Submitter: "Zuul (22348)"
Branch: master

commit 2dff0f1c76c9ade41c23dce217621be012d653f3
Author: Sean Mooney <email address hidden>
Date: Thu Feb 22 12:06:42 2024 +0000

    [S-RBAC] adapt nova-next for port's binding:profile field change

    The binding:profile now requires the service user token
    to be sent when modifying the binding:profile
    see I5c0094ff21439fe8977cfc623789a09067e6a895

    This is not currently supported intentionally by the openstack
    client as humans and users of the openstack client should not
    be making requests with a service token.

    the nova next post hook had some addtioanl assertions where we injected
    a fake key in the binding:profile just to assert it was not
    deleted. This cant work anymore so it has been removed.

    Related-Bug: #2052937
    Change-Id: I5c155f0613107ccee63b502ae1fed7a865e67829