Commit Graph

6447 Commits

Author SHA1 Message Date
Zuul 5a807a9b6f Update git submodules
* Update horizon from branch 'master'
  to 3f1f1d46e6e47a3dbe46fb023fe69ff25d6a601b
  - Merge "pytest-based integration tests:add instances tests"
  - pytest-based integration tests:add instances tests
    
    Added following test cases :
    - test_instances_pagination_and_filtration_demo
    - test_instances_pagination_and_filtration_admin
    - test_filter_instances_demo
    - test_filter_instances_admin
    
    Change-Id: I66a2ba7b9a0841818c8b2676625d18cb3b290451
2024-04-09 17:33:33 +00:00
Zuul b3098b9672 Update git submodules
* Update horizon from branch 'master'
  to 3092faf7207219015a6379964a43b006461e76f5
  - Merge "pytest-based selenium tests : Add non-voting pytest-ui job"
  - pytest-based selenium tests : Add non-voting pytest-ui job
    
    This patch adds a non-voting zuul job for pytest-based UI tests
    
    Change-Id: Iaea9604e99df0db520c8a4358fcefb91e9ab7064
2024-04-08 22:58:11 +00:00
Zuul 8769fa9b01 Update git submodules
* Update horizon from branch 'master'
  to 7b0bea46f9438171c1bf387a7e891f7fe47838c0
  - Merge "pytest-based UI tests add vCPU pCPU test"
  - pytest-based UI tests add vCPU pCPU test
    
    test_vcpu_pcpu_data_display
    
    Change-Id: Ic0310e6a2721aeef4d6cfcb1a06abf8f6e781ca7
2024-04-05 02:33:23 +00:00
Zuul 79f9c30927 Update git submodules
* Update horizon from branch 'master'
  to a09823080cd93880da7549a11b880a7eae055a4e
  - Merge "Don't pass the auth_key for volume transfer in the URL"
  - Don't pass the auth_key for volume transfer in the URL
    
    Instead we pass it as data in the POST request.
    
    Closes-Bug: #2048493
    
    Change-Id: I9085eb146b8f013909f6369b731c076aba3216ab
2024-04-04 23:08:50 +00:00
Zuul af415d5651 Update git submodules
* Update horizon from branch 'master'
  to dcb4fbc023b01149fb98122c102e701492325b50
  - Merge "pytest-based UI tests fix auth and user data"
  - pytest-based UI tests fix auth and user data
    
    Change-Id: Ie550184c3b1d74146ad685507cf1a220e9074ded
2024-04-04 22:00:33 +00:00
Zuul de280c4df2 Update git submodules
* Update horizon from branch 'master'
  to f90a202e2a6dcde3ee93b5adc576e525170d15b7
  - Merge "pytest-based integration tests:add images tests"
  - pytest-based integration tests:add images tests
    
    Added the following tests:
    - test_update_image_metadata_admin
    - test_launch_instance_from_image_admin
    - test_create_volume_from_image_admin
    
    Change-Id: I5dd18e97593c1b2cb9634d4e448403d3f895ee5d
2024-03-28 20:03:01 +00:00
AgnesNM 8c52a346a2 Update git submodules
* Update horizon from branch 'master'
  to 04d6edb38a5382e90b6f3071492ea1b1f6387f3f
  - Include compound sorting information in docs
    
        Compound sorting is an existing feature on the Horizon dashboard.
        It is not obvious, however.
        This change should bring this feature to the attention of users.
        It should also guide users into how to use the feature when sorting.
        Horizon DataTables.
    
        DocImpact
        Closes-Bug: #1287418
        Implements: compound sorting
    
    Change-Id: I810e863e01ca54f6751e1608e99ce97833597aff
2024-03-28 19:25:54 +00:00
Zuul 6f507b850a Update git submodules
* Update horizon from branch 'master'
  to 32acd8371d4e4428866ed96fe062bb47d8887c5f
  - Merge "pytest-based UI tests add help page and theme tests"
  - pytest-based UI tests add help page and theme tests
    
    test_dashboard_help_redirection
    test_switch_to_material_theme
    
    Change-Id: Ia6611ff1aae26234c56921e9e70d7ff4c0bacfa8
2024-03-26 12:03:21 +00:00
Zuul b58b60a6e2 Update git submodules
* Update horizon from branch 'master'
  to 80d7af9783910eee38f666db27e0f8121f3bcb56
  - Merge "Imported Translations from Zanata"
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: I127d33c4df59da7dac2b22f2dce132cfc32b9a3a
2024-03-25 15:34:45 +00:00
OpenStack Release Bot 0d1f606959 Update git submodules
* Update horizon from branch 'master'
  to 58c987dbc895a36d70b484aadff05cee48a55186
  - Update master for stable/2024.1
    
    Add file to the reno documentation build to show release notes for
    stable/2024.1.
    
    Use pbr instruction to increment the minor version number
    automatically so that master versions are higher than the versions on
    stable/2024.1.
    
    Sem-Ver: feature
    Change-Id: Ifef27c7828301a8d726442dd759c7e867e172724
2024-03-25 15:27:28 +00:00
Rodrigo Barbieri ef12c8729a Update git submodules
* Update horizon from branch 'master'
  to da8e959298575127434e6e15aae5d1f0638a6e22
  - Fix error on changing user password by admin
    
    Previous change I8438bedaf7cead452fc499e484d23690b48894d9
    attempted to address bug LP#1728031 by improving upon
    patch https://review.opendev.org/854005 but missed the
    line that allows the keystone client to properly
    authenticate a cloud admin user that IS NOT in the
    default domain.
    
    Without this 1-line fix, a cloud admin that is not
    in the default domain will face an "incorrect admin
    password" error in the UI (despite the admin password
    being correct) and an authentication error in the logs,
    regardless of the endpoint type used (adminURL,
    internalURL or publicURL).
    
    Closes-bug: #1728031
    Change-Id: I018e7d9cb84fd6ce8635c9054e15052ded7e9368
2024-03-20 15:22:23 +00:00
Zuul 8b406ce46d Update git submodules
* Update horizon from branch 'master'
  to 3d9855eebb5fc7d88dda34ac97be2b85155bb38e
  - Merge "Sync default policy rules"
  - Sync default policy rules
    
    This patch updates default policy-in-code rules in horizon based on
    nova/neutron/cinder/keystone RC deliverables. It doesn't update policy
    rules for glance as I have found no changes in their policy rules.
    Horizon needs to update default policy-in-code rules for all backend
    services before releasing the horizon[1].
    
    [1] https://docs.openstack.org/horizon/latest/contributor/policies/releasing.html#things-to-do-before-releasing
    
    Change-Id: I7437b3a46377c18f026db103237b4d107dc787cb
2024-03-13 17:18:29 +00:00
Takashi Kajinami dc48db0753 Update git submodules
* Update horizon from branch 'master'
  to 1f73912ecccb8b58523473575a4d61e7188d8107
  - Update regex to detect closed branch
    
    ... based on the change made in reno recently[1].
    
    [1] https://review.opendev.org/c/openstack/reno/+/910547
    
    Change-Id: Ia718d8e92ed75c368d2f2da3aa0b5b865098b7ce
2024-03-13 14:25:51 +00:00
Zuul ade2847e00 Update git submodules
* Update horizon from branch 'master'
  to be825dfda8c80ad933b372c328904a60d63ca534
  - Merge "pytest-based selenium tests add images tests"
  - pytest-based selenium tests add images tests
    
    Added test_image_filtration_admin
          test_remove_protected_image_admin
          test_edit_image_description_admin
    
    Change-Id: I375d2adcbc3d4e8af86519897a87c3b965228b65
2024-03-11 15:53:19 +00:00
Zuul 379ef96ec0 Update git submodules
* Update horizon from branch 'master'
  to 6867ae7df46d7d6c8f6d40f6a507957101fae8d4
  - Merge "reno: Update master for unmaintained/wallaby"
  - reno: Update master for unmaintained/wallaby
    
    Update the wallaby release notes configuration to build from
    unmaintained/wallaby.
    
    Change-Id: Ia5e285cfa58fbf8be4db828e24eba7616dcacd51
2024-03-11 04:23:11 +00:00
Zuul 1e75634aee Update git submodules
* Update horizon from branch 'master'
  to a9d0d0777f8b9e6c5428c6d1c6f820b7d405e593
  - Merge "reno: Update master for unmaintained/victoria"
  - reno: Update master for unmaintained/victoria
    
    Update the victoria release notes configuration to build from
    unmaintained/victoria.
    
    Change-Id: I655c1cc8751d53b9d49a64337c2d487a3bfd0e56
2024-03-11 04:06:59 +00:00
Zuul a39c29176e Update git submodules
* Update horizon from branch 'master'
  to 82a514948c32cdd75555e2d8df76b88fb4966eb5
  - Merge "reno: Update master for unmaintained/xena"
  - reno: Update master for unmaintained/xena
    
    Update the xena release notes configuration to build from
    unmaintained/xena.
    
    Change-Id: Ic73481b0b283f6976dfebcbcafc617622417eb10
2024-03-11 04:04:58 +00:00
Zuul 558281cbbd Update git submodules
* Update horizon from branch 'master'
  to e7d800532125b5b8a5b1b4a3a2dace6033ee4575
  - Merge "Add a setting for disabling dhcp agents column in the admin network view"
  - Add a setting for disabling dhcp agents column in the admin network view
    
    Retrieving that information for every network can take considerable time
    on large deployments with large number of networks, and for some kinds
    of network drivers (ovn binary) this will be always zero anyways.
    
    This setting lets us disable that column to speed up the networks view.
    
    Change-Id: I1f1561916067d3f4a02f10ec9f62e8ba777a1501
2024-03-08 17:44:21 +00:00
Zuul 81c7c0ec4c Update git submodules
* Update horizon from branch 'master'
  to 061380cba716cd9183cc708be074280a43914231
  - Merge "fix: ignore errors when flavors are deleted"
  - fix: ignore errors when flavors are deleted
    
    The code used to list flavors when in the admin
    or project side was not consistent and raised
    alerts if viewing in the admin side but not in the
    project side.
    
    This patch moves their behaviour to be consistent
    and refactors the code to use the same code-base.
    
    Closes-Bug: #2042362
    Change-Id: I37cc02102285b1e83ec1343b710a57fb5ac4ba15
2024-03-04 07:20:21 +00:00
Zuul 9c64defc9c Update git submodules
* Update horizon from branch 'master'
  to 2b03b44f3adeea7e7a8aaab7777cccfa00614301
  - Merge "Properly set session value for services_region"
  - Properly set session value for services_region
    
    Currently, the value stored in the services_region cookie is ignored
    when logging into horizon. This causes confusion for users that have
    previously selected one region, to find themselves in a different
    region after their token expires and are forced to log in again.
    
    This change sets the services_region session value to the value present
    in the cookie, with a fallback to the login region.
    
    Closes-bug: #2040455
    
    Change-Id: I051648844bf8dffce792ff553e9949285b1be6d4
    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-02-20 13:07:34 +00:00
Zuul 226129dfbe Update git submodules
* Update horizon from branch 'master'
  to e8719ca29ebc019d87fee629fc05bd8e8c807f01
  - Merge "Add user login mocking to the pytest UI tests"
  - Add user login mocking to the pytest UI tests
    
    This way we can run the tests in any order.
    
    Change-Id: Ifdc89b650540cc632f7c6ec2005a429b89a5b9f0
2024-02-20 07:12:33 +00:00
Zuul 1fba5d555f Update git submodules
* Update horizon from branch 'master'
  to ba9a3183594dc0556f3bf04ca4e913dac67863bb
  - Merge "Fixing Incorrect URL when browsing Swift containers"
  - Fixing Incorrect URL when browsing Swift containers
    
    This patch fixes a bug identified in the code that generates the URL for
    the Swift container object. The bug caused the forward slashes (/) in the
    folder parameter to be encoded as %2F instead of being included as '/' in the
    resulting URL.
    
    To resolve this issue, the code has been updated by adding a replace() method
    to replace the %2F sequences with forward slashes. The updated code ensures
    that the URL generated for the folder parameter contains the correct forward
    slash (/) representation.
    
    Closes-Bug: #2009724
    Signed-off-by: jeremy-boyle <jeremyboylet@gmail.com>
    
    Change-Id: I5837e74ddcc71cda6b4686e586dbb8b1386a9cd3
2024-02-19 14:36:16 +00:00
Zuul 8c64027be6 Update git submodules
* Update horizon from branch 'master'
  to 590632cf5cd44e929f9e809b75bfa1813397d61c
  - Merge "Extend configurable skippability of neutron calls to project instance detail"
  - Extend configurable skippability of neutron calls to project instance detail
    
    The OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES config aids
    in envs struggling to load the instance list due to having
    too many ports or bad neutron plugin performance. However,
    the config does not apply its effect to the instance detail
    page, which cannot be loaded due to the neutron calls
    taking too long.
    
    This patch extends the config option to the instance
    detail page, allowing the same benefit (and side-effects)
    of the instance list page.
    
    Related-bug: #2045168
    Change-Id: I3e71a208a1c7212e168d63a259f2adddf27dbabf
2024-02-13 14:46:04 +00:00
Zuul 63bccd2a06 Update git submodules
* Update horizon from branch 'master'
  to fec8da0c44b53a5e57738ed3f5a0c26f0091ef94
  - Merge "reno: Update master for unmaintained/yoga"
  - reno: Update master for unmaintained/yoga
    
    Update the yoga release notes configuration to build from
    unmaintained/yoga.
    
    Change-Id: I05996201a0b513b348c81b7facb52126367426a9
2024-02-12 04:29:31 +00:00
OpenStack Proposal Bot cbb7cd29df Update git submodules
* Update horizon from branch 'master'
  to 36dfe1f1563a49d3893497f6481e981a28238a61
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: I120b9d824ebf57faff5e37ca47c6cf008ce98e43
2024-02-12 04:07:28 +00:00
OpenStack Proposal Bot 85cfe9894a Update git submodules
* Update horizon from branch 'master'
  to b83691224b5e070a42547e90749a41ee8ec0b6db
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: I6525a7b82e9e8a59e8dffac1a9c1f43a95ec2e9f
2024-02-09 19:39:12 +00:00
Zuul 3ac0b4eeca Update git submodules
* Update horizon from branch 'master'
  to 7af2dc32d8cfa88c1ded05ba7105a032f1a66c0b
  - Merge "Drop logic for django < 4.0"
  - Drop logic for django < 4.0
    
    ... because django 3.2 support has been removed.
    
    Change-Id: Ifc25a2018ad956f4db6f21a7918878ca9eea850a
2024-02-07 17:21:42 +00:00
Zuul 667804493d Update git submodules
* Update horizon from branch 'master'
  to 8a3006756d09a39d9588336b0067cbbdca76bc38
  - Merge "Remove workaround for old django-pyscss"
  - Remove workaround for old django-pyscss
    
    This reverts the change[1] made earlier to workaround the issue caused
    by usage of vendored version of six library in the django-pyscss
    library.
    
    The django-pyscss library no longer imports the vendored version of
    six, since 2.0.3[2].
    
    [1] 39f28ad5edacc31575d1de4971de56d765567b58
    [2] 1499332e1d
    
    Change-Id: I22802b75d6a8d8f35930709e89d64dd65982cef0
2024-02-07 17:21:39 +00:00
Zuul e7de5f5b28 Update git submodules
* Update horizon from branch 'master'
  to 4e8faebebf359fb8327a3f704f062435edb6923f
  - Merge "Drop import for old horizon versions"
  - Drop import for old horizon versions
    
    These imports were kept to keep compatibility between separate
    django-openstack-auth and horizon, but is no longer necessary since
    horizon adopted to the new path and also django-openstack-auth was
    merged into horizon very long ago.
    
    Change-Id: I12dc4d585352477fded1aa96e8f712242849f843
2024-02-07 16:50:20 +00:00
Zuul 53618e7925 Update git submodules
* Update horizon from branch 'master'
  to ba2b5fe7845a09f7544044db1cdefafe83a1a106
  - Merge "pytest-based selenium tests add volume manage attachments test"
  - pytest-based selenium tests add volume manage attachments test
    
    test_manage_volume_attachments
    
    Increase wait_for_steady_state_of_volume. Attach/detach can
    take quite a long time.
    
    Add wait_for_steady_state_of_volume into the extend_volume
    test to wait until extending is done before checking size via SDK.
    
    Change-Id: Ie3b9cf74e7c0a2ffcc3c9bbed1b4d45a84545e8f
2024-02-06 16:58:45 +00:00
Zuul 4487c95cfa Update git submodules
* Update horizon from branch 'master'
  to 2445c54ad40147ebbd6e63e9f34107a189d85623
  - Merge "pytest-based selenium tests add router set, clear gateway tests"
  - pytest-based selenium tests add router set, clear gateway tests
    
    test_router_set_gateway_demo
    test_router_clear_gateway_demo
    
    Change order of tests to reduce the number of logins
    
    Change-Id: I6a1e53795a95938c877bb783fc4d0edb74445128
2024-02-06 16:58:42 +00:00
Zuul 5c3249f9b8 Update git submodules
* Update horizon from branch 'master'
  to 1966d5ce82cd154ed984c4bcbdf1c119ffba47a0
  - Merge "Remove quota checks from admin network dashboards"
  - Remove quota checks from admin network dashboards
    
    Remove the checks for quota for network, subnetwork, and port create
    actions in the admin dashboards. While the checks are a nice feature
    in the project daashboard, where they result in only one call, because
    only one tenant needs to be checked, on the admin dashboard those
    checks are too expensive — there is one for every tenant that has a
    network. This is unacceptable on clouds that have hundreds of tenants,
    and in addition it exhausts the default limit for memoization (25),
    resulting in many other extra calls.
    
    The effect of this is that the create action will no longer be grayed
    out when the given user runs out of quota. This doesn't matter for the
    admin user. If they try to perform the action, they will get a quota
    error anyways.
    
    This patch should significantly speed up the admin dashboards on large
    clouds with a lot of tenants.
    
    Change-Id: I67447bad868f29022c5247c2193ec804dc2a0518
2024-02-06 09:13:13 +00:00
Zuul 1ca4d13f3d Update git submodules
* Update horizon from branch 'master'
  to d42e40ab30ee10b37272e329f1251c29b4312228
  - Merge "Drop Django 3.2 support"
  - Drop Django 3.2 support
    
    Django 3.2 support was dropped. Django 3.2 ends its extended support
    in April 2024[1]. Considering this, horizon dropped Django 3.2 support
    and used Django 4.2 as the default version of Django. It also updates
    some references to Django 4.2 from Django 3.2 in the documentation.
    
    [1] https://www.djangoproject.com/download/
    
    Change-Id: I9fff310c5433cf96cdf0a2cd81d11a96c2a4a55b
2024-02-01 17:36:38 +00:00
OpenStack Proposal Bot d9aa0b023c Update git submodules
* Update horizon from branch 'master'
  to 358038f60712e738d3eff80a924432e9ddf90ecd
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: I7720d4e3aaf42d46cd9f8fee57003abb62886332
2024-02-01 11:48:57 +00:00
Zuul e5da0446f4 Update git submodules
* Update horizon from branch 'master'
  to 9395b8da1e15dd537ce58f2fd6aa1216067a0aae
  - Merge "Make "horizon-tox-python3-django42" job voting"
  - Make "horizon-tox-python3-django42" job voting
    
    horizon now supports Django 4.2 version. So
    this patch make ""horizon-tox-python3-django42" job
    as voting.
    
    Change-Id: I09e50fdede1003fe9a94d129dffe03d224e52e50
2024-01-30 07:39:03 +00:00
Zuul 7c8482ad82 Update git submodules
* Update horizon from branch 'master'
  to 53a73714ffd669b322705b20e078bb2609329187
  - Merge "Add allocation ratios to Placement stats"
  - Add allocation ratios to Placement stats
    
    All the Placement API stats "total" show the actual amount of the
    resource that the provider can accommodate. Using allocation ratio
    it is possible to exceed physical constraints.
    
    This patch uses allocation ratios to display the diagrams properly
    and adds the data to the stats table.
    
    Closes-Bug: #1974470
    Closes-Bug: #1397917
    
    Change-Id: Iab0ce21ae63f4cc26d3ec5684615189b8ab35231
2024-01-29 20:48:38 +00:00
Takashi Kajinami bc2bc55968 Update git submodules
* Update horizon from branch 'master'
  to 1ea7c827f625719b0fb0e3d2ea9b847beab58844
  - bandit: Install baseline extra
    
    Since bandit 1.7.7[1] we have to install the baseline extra to use
    bandit-baseline.
    
    [1] 22c75a8306
    
    Change-Id: I3eda10d6dd5244c1075c576f24a5a024f7e50afd
2024-01-29 17:07:56 +00:00
Zuul c02464f6ee Update git submodules
* Update horizon from branch 'master'
  to 3d1a8bff203beb7814605caeb154b043ab189bd1
  - Merge "pytest-based selenium tests add metadata definitions namespace tests"
  - pytest-based selenium tests add metadata definitions namespace tests
    
    test_create_metadata_namespace
    test_delete_metadata_namespace
    
    Change-Id: I106f67f21f5298e793eb27330467fd257c91fa69
2024-01-23 21:51:11 +00:00
Zuul 1788b7a1eb Update git submodules
* Update horizon from branch 'master'
  to a77818d745f25ed1e5b576760d3481f0f62ce042
  - Merge "pytest-based selenium tests add volume actions tests"
  - pytest-based selenium tests add volume actions tests
    
    test_extend_volume_demo
    test_volume_launch_as_instance_demo
    test_volume_upload_to_image_demo
    
    Change-Id: Ic577a94514881e56d32087a4fc4d6a06414ff568
2024-01-18 15:43:24 +00:00
Zuul 7a16cf06b2 Update git submodules
* Update horizon from branch 'master'
  to 9df32b0d5fa817a0818e28940485d9ae3485c2d7
  - Merge "pytest-based selenium tests add project group, roles tests"
  - pytest-based selenium tests add project group, roles tests
    
    test_add_group_to_project
    test_add_role_to_project_group
    
    Change-Id: I8cd68a40b7043039b1b8b31f35e4a9fbb004ad93
2024-01-18 12:07:13 +00:00
OpenStack Proposal Bot 02f4dbb486 Update git submodules
* Update horizon from branch 'master'
  to 28dd7e3310693cf3e6a0a638bc0f76730d51c6b0
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: I2aee7f3751eb1553793578c8762439571406e42b
2024-01-15 11:07:55 +00:00
Zuul a629c69b33 Update git submodules
* Update horizon from branch 'master'
  to 8f1b19599b07cb80175556979a13ef745441b791
  - Merge "pytest-based selenium tests add fix recording issue"
  - pytest-based selenium tests add fix recording issue
    
    When tests are very short and passed (they do not wait for any element).
    Specifically: test_user_login, test_admin_login.
    The action in UI (login and check the homepage) is super quick (0.5s-1s).
    So the video is not even created - we do not need to clean it up.
    
    Change-Id: Id8433842247258f472fa3951fcdfa2b0e78ae781
2024-01-11 12:04:14 +00:00
Zuul d2c5c81f29 Update git submodules
* Update horizon from branch 'master'
  to f735f146a401bc0dd818cb71798b27f242c85632
  - Merge " Allow both Django 3.2 and 4.2 for smooth transition"
  -  Allow both Django 3.2 and 4.2 for smooth transition
    
    This patch update django upper bound in the ``requirements.txt``
    file. Once this patch got merged only then I can update upper
    bound in ``upper-constraints.txt`` file in openstack/requirements
    repo [1].
    
    [1] https://review.opendev.org/c/openstack/requirements/+/904202
    
    Change-Id: I186fd4e1cdcb7b16f6e4ec7de08bb1277aca34e3
2024-01-11 07:55:22 +00:00
manchandavishal 2246e275ea Update git submodules
* Update horizon from branch 'master'
  to 10ed30ebd86448744bbc22d224499fdd190f9de7
  - Drop Nodejs v18 job
    
    As nodejs v20 job is passing in horizon and all horizon
    plugins [1]. So we didn't require the nodejs v18 job.
    
    This patch removes the nodejs v18 job definition from
    ``.zuul.d/nodejs-jobs.yaml`` and other nodejs v18 job
    references.
    
    [1] https://review.opendev.org/c/openstack/horizon/+/904934
    
    Change-Id: I3a27799b4864c572a2ef7bf7477ea2b21eb8f395
2024-01-10 18:54:18 +00:00
Jan Jasek a952b929f7 Update git submodules
* Update horizon from branch 'master'
  to 42915b6a78bb35b030371892665ce7ab30c6def0
  - pytest-based selenium tests add volume snapshots admin, edit, action tests
    
    test_edit_volume_snapshot_description_demo
    test_create_volume_from_volume_snapshot_demo
    test_delete_volume_from_volume_snapshot_demo
    test_delete_snapshot_before_volume_demo
    test_create_volume_snapshot_admin
    test_delete_volume_snapshot_admin
    test_edit_volume_snapshot_description_admin
    
    Change-Id: I68585c921d1fd298023ccd54cdc87d2f9666e398
2024-01-05 17:43:42 +00:00
Zuul fdcc02acb1 Update git submodules
* Update horizon from branch 'master'
  to c528bfe84f25eef17d808d635ff17cf95e7a8136
  - Merge "pytest-based selenium tests add keypair create, delete tests"
  - pytest-based selenium tests add keypair create, delete tests
    
    test_create_keypair_demo
    test_delete_keypair_demo
    
    Change-Id: I731e23f301f8850971b72a69293a964700796b6e
2024-01-05 13:29:38 +00:00
Zuul d45b3853ea Update git submodules
* Update horizon from branch 'master'
  to 108c8c204390dbf2d11cc1390123d1a46cb1964c
  - Merge "Use Placement API along with the hypervisor stats"
  - Use Placement API along with the hypervisor stats
    
    Hypervisor stats do not reflect accurate VCPUs and PCPUs usage, so
    to have a correct picture we need to use Placement API along with
    hypervisors.
    
    We add VCPUs and PCPUs usage diagrams and Resource Provider tab
    to display correct stats.
    
    Since there is no python client for the Placement API, and the
    OpenStack SDK doesn't support the endpoints we need, we call the
    endpoints directly.
    
    Related-Bug: #1974470
    Related-Bug: #1397917
    
    Change-Id: If41cea0edeec8c95717229eb017e32898417a891
2024-01-04 13:45:56 +00:00
Zuul bc32df98ed Update git submodules
* Update horizon from branch 'master'
  to 8d7a03616ced9bed56d322943a12b4a0d14a9866
  - Merge "pytest-based selenium tests add volumetypes/qos actions tests"
  - pytest-based selenium tests add volumetypes/qos actions tests
    
    test_volume_type_create_encryption
    test_volume_type_delete_encryption
    test_edit_qos_spec_consumer
    test_qos_spec_create_extra_specs
    test_qos_spec_delete_extra_specs
    
    Change-Id: Ied7ac212aba525fe0b971e5b725b9dd1b26d1e32
2024-01-04 13:35:04 +00:00
Zuul ab1600ad23 Update git submodules
* Update horizon from branch 'master'
  to 749f7fd98e5c03346edb7a1825f6ee212ee976be
  - Merge "pytest-based selenium tests add host_aggregates create, delete tests"
  - pytest-based selenium tests add host_aggregates create, delete tests
    
    test_create_host_aggregate
    test_delete_host_aggregate
    
    Change-Id: Ic3d77b45e3d424c5c8706108e9029bbc1af1c2b1
2023-12-26 06:49:35 +00:00
Zuul 7245257e6d Update git submodules
* Update horizon from branch 'master'
  to 185cb40545490ea3592d6f282227e34162c7e31b
  - Merge "pytest-based selenium tests add project members, roles tests"
  - pytest-based selenium tests add project members, roles tests
    
    test_add_member_to_project
    test_add_role_to_project_member
    
    Change-Id: I345a04189a3f8d11a0334a3782f1efd3390ed709
2023-12-06 16:42:42 +00:00