Files
cbohlhal 23b2d3851c Backport fix to avoid sending null password on user creation
Backport a future python-openstackclient fix that prevents sending
a null password field when creating Keystone users without an
explicit password.

Starting with python-openstackclient 7.x, user creation without
an explicit password is no longer supported, as submitting a
null password is rejected by newer Keystone versions. This change
aligns the 7.4.0-3 behavior with upstream by omitting the password
field when it is not provided.

Note: This backport may no longer be necessary in future upgrades,
as the fix is already present starting from
python-openstackclient 8.2.0-49.

Test Plan:
PASS - Build STX-O packages and wheels
PASS - Build STX-O tarball
PASS - Build STX docker images
PASS - Apply STX-O overriding generated image

Upstream documentation:
https://docs.openstack.org/releasenotes/python-openstackclient/unreleased.html#

Cherry-picked from:
https://review.opendev.org/c/openstack/python-openstackclient/+/971084

Partial-Bug: 2139146

Change-Id: Ib787f6670360ec77b4e2342f8577e1a3586955fe
Signed-off-by: cbohlhal <Caique.BohlhalterdeSouza@windriver.com>
2026-01-27 10:01:36 -03:00

5 lines
165 B
Plaintext

0001-Add-plugin-entry-point-sorting-mechanism.patch
0002-Volume-backup-location-metadata-with-default-ceph-v3.patch
0003-Fix-args-submmitted-on-user-creation.patch