Add file to the reno documentation build to show release notes for
stable/2024.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.2.
Sem-Ver: feature
Change-Id: I1c65a13bb646b00d4b5138d850ad2cc132d143ac
test_browse_user_setting_tab
test_browse_change_password_tab
Tests for basic browse of settings and change password tabs as those
tabs are not included in test_browse_left_panel because they are
not defaultly shown in the left browse panel.
Change-Id: I0bc59c4ae8c611868884b9654cb40e3e434b1f41
Horizon openstack dashboard rest API unit tests only
pass the project_id to oslo.policy to vrify the service
policy rule RBAC. This was passing till now as services
allow 'owner' (which only check project_id) to pass
the policy checks.
As per new RBAC, project_id is not enough and proper
role should be passed. For example 'owner' means in new
RBAC is either 'member' or 'reader' role with project_id.
oslo.policy 4.4.0 enable the new RBAC by default
- https://review.opendev.org/c/openstack/releases/+/925032
and requirement change to use the oslo.policy 4.4.0 in
upper-constraints is blocked with the horizon failure
- https://review.opendev.org/c/openstack/requirements/+/925464
This commit fixes the test to use the right role along with
the project_id so that policy rules can be checked correctly.
Needed-By: https://review.opendev.org/c/openstack/requirements/+/925464
Change-Id: I840996fd2635bca853da02c630a7ab3761576821
When the environment is very slow, the 10s selenium
implicit wait is not enough for some elements.
Change-Id: Icdd851e35c9544cea77a5987fcc3946d5cab0ac6
This is follow-up of change I2ef63caf72f0f8f72fe8af87b21742088221578c
and fixes a few values referenced before being assigned.
Related-Bug: #2055784
Change-Id: I7ecc47b2b923d264342c69258b309ce1037c9102
For some inventories MEMORY_MB and DISK_GB are optional,
so we need to check before displaying them.
Closes-Bug: #2055784
Change-Id: I2ef63caf72f0f8f72fe8af87b21742088221578c
When creating a volume and selecting to use image as a
source we get a dropdown of the images that we can select
but this list is not sorted based on image name.
This changes so that it's sorted by the image name
ascending to match the instance launch dialog that
already lists images in ascending order by name.
Change-Id: I17212e460e307e08b2b6c2a8a68a14ffde8cc04b
Normally the operation log doesn't include operations performed by users
that are not logged in, but we want to make an exception for the change
user password form, which is used for changing expired passwords, that
doesn't log the user in, but we still want to have it logged.
Also, update the default value of mask_fields to include the field
names used in that form.
Change-Id: Ib07efeda9eecd78b91f8f13624578264282c3f89
Including checksum, os_hash_algo, and os_hash_value in the
properties displayed by the image drawer.
Change-Id: Icc275c0d29f81f5e75e0fb556d1211cfd5019a33
This patch updates XStatic-JQuery.quicksearch minimum version to ensure
the latest security vulnerabilities are addressed.
Closes-Bug: 2070486
Change-Id: Id8d00b325ad563ca7c720c758f4da928fed176cd