Commit Graph

260314 Commits

Author SHA1 Message Date
Zuul b21a9c284e Update git submodules
* Update neutron from branch 'master'
  to 06c1972a4866c81d8dbb6131c8ea747588855e01
  - Merge "Return both project_id when validating auto allocate network"
  - Return both project_id when validating auto allocate network
    
    When neutron API is called to check requirements for the auto_allocate
    topology, it needs to return not only 'tenant_id' field but also
    'project_id' as that is required for the policy enforcement.
    Without this 'project_id' field requirements check was failing for
    member and reader users as they got 404 from the Neutron API. And the
    reason why Neutron was returning 404 was that it wasn't passing policy
    enforcement due to missing project_id field in the 'target' object.
    
    Closes-bug: #2066369
    Change-Id: Idf96a82bc6c8cb0b47dfde3baba94b42a8a8beba
2024-05-24 09:31:17 +00:00
Michal Nasiadka 09597c046b Update git submodules
* Update kolla-ansible from branch 'master'
  to 84f2cb34a081fb455552ee986ac16539dd729ba1
  - CI: Pin codespell to <2.3.0
    
    Change-Id: Ief1598a017b7ff491c9fcb775fdb155628bc55d2
2024-05-24 08:44:21 +00:00
Doug Goldstein edf7d30dfc Update git submodules
* Update openstack-helm from branch 'master'
  to 510ee6c0dff1ac275c963ca22007c24250db6c57
  - ironic: make conductor statefulset more configurable
    
    Made the conductor statefulset more configurable by allowing the user to
    enable/disable the http or pxe containers and to modify their init
    and/or runtime scripts. Allow another OS to potentially be used by
    letting the user supply the HOST_OS value and FILEPATH. Simplify the code
    by using the variables already defined. Include the snponly image as the
    counterpart to undionly.
    
    Change-Id: I181657bca6ace0f94f6e0ef0b6f8a5bc7a433ac3
2024-05-24 08:42:59 +00:00
Zuul 6fe817aa83 Update git submodules
* Update requirements from branch 'master'
  to 030937ba889aa862dc3b0a2827caad620fba3ef0
  - Merge "update constraint for oslo.db to new release 15.1.0"
  - update constraint for oslo.db to new release 15.1.0
    
    meta: version: 15.1.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: Ia428e9624bb5b77e42d56a576f387b06b8d9f5e5
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+1: Takashi Kajinami <kajinamit@oss.nttdata.com>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    Change-Id: Ibbb96badf4aa1228cd61787bc6cefdef12e33314
2024-05-23 21:48:34 +00:00
Zuul d512ddb91a Update git submodules
* Update manila from branch 'master'
  to ebdccfab588971439009f0c0d557538233a1a81c
  - Merge "Enable Bandit testing in Manila"
  - Enable Bandit testing in Manila
    
    Adds a Bandit testing environment to the tox.ini file and
    adds a job to project.yaml Zuul CI file to run the Bandit
    test environment. Also includes a nosec comment to ignore
    a hardbinding to 0.0.0.0 in service.py
    
    Depends-On: I78a5b708cd970dcb60f480d8e6a201d0768645fc
    Depends-On: I27d1204ec7dafd3b578d1261c3fd2e371ae405fb
    Depends-On: I2a913f3b87e16554b1bd68543fcf254cc4226031
    Depends-On: I46ad1a7ca723157488525ca7239cbd0ef421b975
    Depends-On: Ib5404d9e165be5879f5351c3f0952648ae702b2d
    Depends-On: Id71c0ee4138b695ff19085a284ccced6b1a9dbba
    Depends-On: I33bbb7070ada5509ca05c90d7a38077d38f54a1f
    Depends-On: I3e974a2113b29af1111f27ca1afeb78091a0ec75
    Depends-On: I0e686c91ce02ea42719d00d17f6ed659e97470ac
    Depends-On: I171c90a281c7b62c2601131293f9f00a926641e2
    
    Change-Id: I8eb93cdcd5d47a6a5495ee7277c72d5f028cb412
2024-05-23 21:47:45 +00:00
Zuul d5ed98ed03 Update git submodules
* Update manila from branch 'master'
  to 4109b81f21692bb70ac93d12090d446b7bdd7141
  - Merge "Applies nosec in Dell EMC eNAS"
  - Applies nosec in Dell EMC eNAS
    
    Bandit raises a flag at evals, suggests using
    literal_eval which does not work here.
    
    Instead of using eval to parse the attributes,
    should use getattr method instead.
    When using getattr, unit tests fail
    because of problems with mocking requests.
    Applying nosec and reported a bug.
    
    Related-Bug: 2065727
    Change-Id: Ib5404d9e165be5879f5351c3f0952648ae702b2d
2024-05-23 21:44:49 +00:00
Zuul 43e0a8a057 Update git submodules
* Update manila from branch 'master'
  to dbfb40c9f17261dfa382608723d69a5468a1e7a8
  - Merge "Fixes for Bandit Issues in Nexenta Drivers"
  - Fixes for Bandit Issues in Nexenta Drivers
    
    Adds a timeout to a post so Bandit
    stops crying. Adds a nosec comment to
    an MD5 hash because I can't tell if it's
    used for security or not.
    
    Change-Id: I46ad1a7ca723157488525ca7239cbd0ef421b975
2024-05-23 21:41:25 +00:00
Clay Gerrard 682dc4b341 Update git submodules
* Update swift from branch 'master'
  to f3adce13753f9b32be60a68b49c79321cb552a61
  - expirer: bad config should not loop forever
    
    Change-Id: I9413c72f41465fb8026848f71ec3b39fa990c3b7
2024-05-23 20:46:53 +00:00
Clay Gerrard 06a4495edf Update git submodules
* Update swift from branch 'master'
  to a2df74ffe267565b7bb4af875141b73668388c39
  - tests: new test_config module for utils.config
    
    Drive-by: fix ValueError message for non_negative_int
    
    Change-Id: I06508279d59fa57296dd85548f271a7812aeb45f
2024-05-23 20:32:53 +00:00
Zuul a883a446b0 Update git submodules
* Update requirements from branch 'master'
  to 9ce3c2c195e7a7f2b069252e29fbcaf8463dea94
  - Merge "Remove ansible-runner"
  - Remove ansible-runner
    
    ansible-runner was added to be used by networking-ansible[1]. However
    the project hasn't get any update for 3 years and looks unmaintained.
    
    [1] a449abac5d3336db765006d8cc6829fd4785dccb
    
    Remove ansible-runner from global-requirements to avoid maintaining
    dependencies for unmaintained projects. This allows us to get rid of
    lockfile which was already retired[2].
    
    [2] 45d30134d218f661346326da7fa0f19cb3de97f9
    
    Change-Id: I1304f2dfcd6c9b0ab3a3ec54f50238705179d1f5
2024-05-23 20:32:43 +00:00
Zuul 7317a3e828 Update git submodules
* Update nova from branch 'master'
  to bded279a00122ce65839da8836d21b8130ab5475
  - Merge "docs: Add more information about unified limits"
  - docs: Add more information about unified limits
    
    The admin docs are missing some details about enabling unified limits,
    like oslo.limit configuration and Keystone roles. This adds more
    information about what roles are needed for what actions, how to set
    quota limits, quota enforcement, and unified limits in general.
    
    This also removes a couple of tables from the user docs that show
    obsolete/deprecated quota limits because they may be more confusing
    than helpful considering we don't want new deployments to use them and
    they add more clutter to the page.
    
    More info is also added regarding the CLI commands for unified limits
    and makes it consistent between the user and admin docs.
    
    Change-Id: Id93f9997d1b217e0c2151c88323564f7a7fefc02
2024-05-23 19:48:44 +00:00
Zuul 46ef8c6cc4 Update git submodules
* Update cinder from branch 'master'
  to bb6add385b08760d1343d67de0657d3f13e3136c
  - Merge "Remove six from netapp drivers"
  - Remove six from netapp drivers
    
    Change-Id: I372aa42b868ebf356948737d714a3e1bea3185ba
2024-05-23 19:48:35 +00:00
Zuul 66e59ba14d Update git submodules
* Update requirements from branch 'master'
  to c4aeb51c80d31fdeef61e43a3c0690c3d168b02d
  - Merge "update constraint for python-swiftclient to new release 4.6.0"
  - update constraint for python-swiftclient to new release 4.6.0
    
    meta: version: 4.6.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: Ia5a42a7d7d9d5b68b1a70979f3571f3b98ec5f2c
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    Change-Id: Ia4c424246f3a563fabf12989ce8fb21b012f5f51
2024-05-23 19:48:32 +00:00
Zuul 4026b016b5 Update git submodules
* Update requirements from branch 'master'
  to f20ebb5bf2a928fd38d2743b40062a3eb9b36567
  - Merge "update constraint for sushy to new release 5.1.0"
  - update constraint for sushy to new release 5.1.0
    
    meta: version: 5.1.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: no
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I61cf6f10b1603fd004666b494f2cae13fe27fa3d
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    Change-Id: Iba01aa7b81482b5723b73fe9a99284844e7d102f
2024-05-23 19:18:45 +00:00
Zuul 73b5e6d1aa Update git submodules
* Update requirements from branch 'master'
  to 9300683583e8e03ef99009814898bd1d425ed8d9
  - Merge "update constraint for oslo.service to new release 3.5.0"
  - update constraint for oslo.service to new release 3.5.0
    
    meta: version: 3.5.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I965cd3b051a088cb131049837482541bac478dd2
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Code-Review+1: Takashi Kajinami <kajinamit@oss.nttdata.com>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    Change-Id: Ib8b654918353c5efee0212b717729aaa04c56360
2024-05-23 19:11:31 +00:00
Zuul 45cdc3f228 Update git submodules
* Update requirements from branch 'master'
  to 5fca47e1da73b03aa125711de1bf1d911127fc3a
  - Merge "update constraint for os_vif to new release 3.6.0"
  - update constraint for os_vif to new release 3.6.0
    
    meta: version: 3.6.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: Ibbc1bb15df23fac392aceb90a7f48defa80ba289
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    Change-Id: I5015b293aa29efd4ede9717d70c37fa76a759062
2024-05-23 19:11:28 +00:00
Zuul 27d611128b Update git submodules
* Update requirements from branch 'master'
  to ceda161c68913161a6bc9cbbef901d6979a08bef
  - Merge "update constraint for python-magnumclient to new release 4.5.0"
  - update constraint for python-magnumclient to new release 4.5.0
    
    meta: version: 4.5.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I78df3e6d034b7ce36884752e34fa9b1f0026e9a8
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    Change-Id: I7092bbe67626e23aa1b6371c3c92148a423e2a77
2024-05-23 19:11:25 +00:00
Zuul ea102884d1 Update git submodules
* Update requirements from branch 'master'
  to cd60ede91654d968f9b00a40e66ccf5dadbd1186
  - Merge "update constraint for metalsmith to new release 2.2.0"
  - update constraint for metalsmith to new release 2.2.0
    
    meta: version: 2.2.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: no
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I5eff26dcac9d6495c01f14faab4ffaf742be8b63
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    Change-Id: I89d553def7d60ec8d45fb2010ea502bd47c61255
2024-05-23 19:11:22 +00:00
Zuul 690e5e9d34 Update git submodules
* Update requirements from branch 'master'
  to 9c1cbe592051c0436d03c09230998005ffbb8593
  - Merge "update constraint for ceilometermiddleware to new release 3.4.0"
  - update constraint for ceilometermiddleware to new release 3.4.0
    
    meta: version: 3.4.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I9006d10bcbcf60cb0636b8876a67a52e1e56a1d4
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    Change-Id: I8be43e13460de01e67a8df862e57bda35a728f48
2024-05-23 19:11:19 +00:00
Zuul 2fe86c723a Update git submodules
* Update requirements from branch 'master'
  to 895e3448e1213a2345ff149b5569bbcad94fe3d7
  - Merge "update constraint for ironic-lib to new release 6.1.0"
  - update constraint for ironic-lib to new release 6.1.0
    
    meta: version: 6.1.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I9bd9dcb7d5e456f580c4b4fe1fd09467f3ba105d
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    Change-Id: I5aff87761b8052e9caa046782b86ed22854bdf3d
2024-05-23 19:11:15 +00:00
Zuul 8ddbb7d108 Update git submodules
* Update requirements from branch 'master'
  to 718e1294e982b211b0f920f409035291f5c0e167
  - Merge "update constraint for mistral-lib to new release 3.0.0"
  - update constraint for mistral-lib to new release 3.0.0
    
    meta: version: 3.0.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: Ibbdcf50276cfef08be1de2ea4f175bf0c64534bc
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    Change-Id: I14a1636711e39b8c52ae7c96a990965e4d32fac2
2024-05-23 19:11:12 +00:00
Zuul be6fa909c3 Update git submodules
* Update requirements from branch 'master'
  to 78f1798f40c714ac027fc79b67f889655b96b9aa
  - Merge "update constraint for keystonemiddleware to new release 10.7.0"
  - update constraint for keystonemiddleware to new release 10.7.0
    
    meta: version: 10.7.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: Id6cbcf26b22a3cd146a02821f291758422c90471
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    Change-Id: Ie5ee0b924c70b41ba420c5fe28e772142d80d420
2024-05-23 19:11:09 +00:00
Zuul 398e127cf6 Update git submodules
* Update requirements from branch 'master'
  to bf105a20085c9af387789150034e3c5c8c385db2
  - Merge "update constraint for python-cloudkittyclient to new release 5.1.0"
  - update constraint for python-cloudkittyclient to new release 5.1.0
    
    meta: version: 5.1.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I293f71412a3d3c04bd3a6ddb70fef113d48d200c
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    Change-Id: I24f4565fa4a087a03a1f7bc6495ec106441b1c0d
2024-05-23 19:11:05 +00:00
Zuul b18c014067 Update git submodules
* Update requirements from branch 'master'
  to 875ba4856cb2412ca020a28717805a416ec9bd06
  - Merge "update constraint for python-barbicanclient to new release 6.0.0"
  - update constraint for python-barbicanclient to new release 6.0.0
    
    meta: version: 6.0.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: no
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: Ief557df1f858aee0d81ea0f523f43ade7619b8be
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    Change-Id: If612d3eb3fe17617d6200933d50a55ddfb572315
2024-05-23 19:11:02 +00:00
Zuul 63425384de Update git submodules
* Update requirements from branch 'master'
  to dbe28b8ee8e720624f235d240d8bf485f30e8cdc
  - Merge "update constraint for oslo.log to new release 6.0.0"
  - update constraint for oslo.log to new release 6.0.0
    
    meta: version: 6.0.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I5122f111439f99c74b425c78679a3d4fe667bf9d
    meta: release:Code-Review+1: Takashi Kajinami <kajinamit@oss.nttdata.com>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    Change-Id: I2f9246dc1e991a05144bef4a8d970d3f5ad60335
2024-05-23 19:10:59 +00:00
Zuul 11eabb18e3 Update git submodules
* Update requirements from branch 'master'
  to 380458292b3853a425206f6c1d888470081a42b0
  - Merge "update constraint for python-troveclient to new release 8.5.0"
  - update constraint for python-troveclient to new release 8.5.0
    
    meta: version: 8.5.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: Ie53841c3591f1bb6cb90e85ebb2c37618e15f65e
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    Change-Id: Id2cc737b1aeba6c75d9955bed7ab84ff44da381c
2024-05-23 19:10:56 +00:00
Zuul db1fee1952 Update git submodules
* Update ironic from branch 'master'
  to df6342d1ab2dfaeff84733896ecee40c1b1225e4
  - Merge "Fix negative lookahead assertion syntax error"
  - Fix negative lookahead assertion syntax error
    
    Python regexes are deprecated in Zuul, so this commit updates the
    configuration to use RE2-compatible syntax.
    
    Change-Id: If4973be103076f5a3879dc630e104d129377f7da
2024-05-23 16:19:33 +00:00
OpenStack Proposal Bot 1a32327785 Update git submodules
* Update puppet-openstack-integration from branch 'master'
  to 5e4a3e6c8f3770650938a97ca0812909cf3e8616
  - Updated from Puppet OpenStack modules constraints
    
    Change-Id: I75a8b92efdf162ec410c2fc6c60b7ea86aee397b
2024-05-23 15:44:49 +00:00
Zuul 7a105a8450 Update git submodules
* Update nova from branch 'master'
  to d7d2fb1edddf83d69c31c5cfa76f76e913a240a4
  - Merge "scheduler: AggregateMultitenancyIsolation to support unlimited tenant"
  - scheduler: AggregateMultitenancyIsolation to support unlimited tenant
    
    This commit removes the previous limitation on the number of tenants
    that can be filtered using the `filter_tenant_id` aggregate property
    in the AggregateMultitenancyIsolation scheduler filter.
    
    The `filter_tenant_id` can now be used as a suffix, allowing for an
    unlimited number of tenant ID properties to be set on the
    aggregate. This update maintains backward compatibility.
    
    Implements: blueprint aggregatemultitenancyisolation-to-support-unlimited-tenant
    Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
    Change-Id: Ic87d142647774b62a6af2cc5eb7a3cd66f9afeb7
2024-05-23 15:35:55 +00:00
OpenStack Proposal Bot 1f23c1a666 Update git submodules
* Update cinder from branch 'master'
  to 05ec5904457ed57067ea4d4cebaa67dafa910626
  - Imported Translations from Zanata
    
    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
    
    Change-Id: I0fff1a1f232f4ad14c83061d85fc626db58e0ff2
2024-05-23 13:51:27 +00:00
Zuul ba44244735 Update git submodules
* Update requirements from branch 'master'
  to 68f052f1fcf25173b7176ddab53b50a4b079c829
  - Merge "update constraint for cliff to new release 4.7.0"
  - update constraint for cliff to new release 4.7.0
    
    meta: version: 4.7.0
    meta: diff-start: -
    meta: series: dalmatian
    meta: branch: master
    meta: release-type: release
    meta: pypi: yes
    meta: first: yes
    meta: release:Author: Elod Illes <elod.illes@est.tech>
    meta: release:Commit: Elod Illes <elod.illes@est.tech>
    meta: release:Change-Id: I694bbc6378e95fb534f60a06aca46abd6eba7a76
    meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org>
    meta: release:Code-Review+1: Artem Goncharov <artem.goncharov@gmail.com>
    meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech>
    meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
    Change-Id: Idb66ac1888cc4e814d709392061da90727e5dc21
2024-05-23 13:30:54 +00:00
Ghanshyam Mann a434493c69 Update git submodules
* Update barbican-tempest-plugin from branch 'master'
  to d7f96744c352e16301832751ae4af14818c4ec5c
  - Add stable/2024.1 jobs on master gate
    
    As 2024.1 is released, we should add its job on master
    gate to keep branchless tempest plugins compatible to stable branch.
    
    Ref: Tempest plugins guide for stable branch testing:
    - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
    
    Change-Id: I16163f77b25c1ba00822a4fd2ab00b9d26870de9
2024-05-23 11:32:49 +00:00
Zuul a9a31fe2ed Update git submodules
* Update openstack-ansible from branch 'master'
  to 774764e52f483dbec2b136d4e6679e46d506478c
  - Merge "[doc] Add information about hook playbooks to the 'extending-osa' docs"
  - [doc] Add information about hook playbooks to the 'extending-osa' docs
    
    Change-Id: I131920a1622d8ba36362f6ccc95dc705baca8a16
2024-05-23 08:52:25 +00:00
Zuul c5d43e5af6 Update git submodules
* Update releases from branch 'master'
  to e7de4d2c86708bce9b7aa0c0da3bc828c05a3de8
  - Merge "Release OpenStack-Ansible Antelope"
  - Release OpenStack-Ansible Antelope
    
    Change-Id: Ib5e2fd25bde3e962156056ba81e4323d7297039d
2024-05-23 08:06:26 +00:00
Zuul e8e6f69067 Update git submodules
* Update releases from branch 'master'
  to 90a7d437a2dfd18fd9031665991d8eb794901a74
  - Merge "Create new keystone-tempest-plugin release"
  - Create new keystone-tempest-plugin release
    
    This release pulls in the latest SRBAC related testing changes.
    
    Change-Id: I1905eec71e6d7050f1cbf2bd81f8c6f80d051629
2024-05-23 08:06:23 +00:00
Zuul 45d418d72e Update git submodules
* Update releases from branch 'master'
  to 7d7502001b3b924333066464ec186a2c9f2c9a9d
  - Merge "[tempest] Tag zed-last"
  - [tempest] Tag zed-last
    
    Yoga branch is moving to unmaintained state now[1]. Tempest and
    tempest plugins are branchless which means master version of
    Tempest and its plugins is used to test the supported stable
    branches.
    
    Once any stable branch is moved to unmaintained state then,
    Tempest and its plugins compatible tag[2] needs to be
    released so that we can keep testing the unmaintained stable branches
    with that tag once master Tempest and its plugins are not compatible[3].
    
    Tagging 'zed-last' with the same hash of new tag 39.0.0 which mark
    the end of support for stable/zed in Tempest.
    
    [1] https://review.opendev.org/q/topic:%22zed-unmaintained%22
    [2] https://docs.openstack.org/tempest/latest/stable_branch_support_policy.html
    [3] https://docs.openstack.org/tempest/latest/tempest_and_plugins_compatible_version_policy.html
    
    Change-Id: I8a748123627d9fea17ec1669f1f7ec5353572a2b
2024-05-23 08:05:31 +00:00
Zuul 11d9483641 Update git submodules
* Update releases from branch 'master'
  to c532f1cb71825a0865a1e6cf191cfc961cb14f22
  - Merge "Release oslo.messaging for Dalmatian-1 milestone"
  - Release oslo.messaging for Dalmatian-1 milestone
    
    This is a library release for oslo.messaging for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: I7940a8cbc7308fe793eeda5c0d6cb4639ad0bce8
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 08:05:28 +00:00
Zuul ae41a44435 Update git submodules
* Update releases from branch 'master'
  to 272d1b14aa6c3925e0109071a021208e09b4d542
  - Merge "Release oslo.log for Dalmatian-1 milestone"
  - Release oslo.log for Dalmatian-1 milestone
    
    This is a library release for oslo.log for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: I5122f111439f99c74b425c78679a3d4fe667bf9d
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 08:05:26 +00:00
Zuul 58a060f703 Update git submodules
* Update releases from branch 'master'
  to 7b44b47236fac1364ef30040b8705e91ea9abf5f
  - Merge "Release oslo.versionedobjects for Dalmatian-1 milestone"
  - Release oslo.versionedobjects for Dalmatian-1 milestone
    
    This is a library release for oslo.versionedobjects for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: Ibfa19d239efd696030ae630ea57555aa1eae9b40
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 08:05:23 +00:00
Zuul 20b81a81ca Update git submodules
* Update releases from branch 'master'
  to 6e3d7a47fe49ff710f2117ef77be1f889bc9a121
  - Merge "Release oslo.service for Dalmatian-1 milestone"
  - Release oslo.service for Dalmatian-1 milestone
    
    This is a library release for oslo.service for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: I965cd3b051a088cb131049837482541bac478dd2
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 08:05:21 +00:00
Zuul 5d046cf130 Update git submodules
* Update releases from branch 'master'
  to f7d097b7450e2addb017349c2fe354cc1cc814bf
  - Merge "Release oslo.db for Dalmatian-1 milestone"
  - Release oslo.db for Dalmatian-1 milestone
    
    This is a library release for oslo.db for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: Ia428e9624bb5b77e42d56a576f387b06b8d9f5e5
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 08:05:19 +00:00
Zuul 72871410b3 Update git submodules
* Update releases from branch 'master'
  to a5f2e54617881861c86988bc62d33ff403e895b9
  - Merge "Release keystonemiddleware for Dalmatian-1 milestone"
  - Release keystonemiddleware for Dalmatian-1 milestone
    
    This is a library release for keystonemiddleware for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: Id6cbcf26b22a3cd146a02821f291758422c90471
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:25 +00:00
Zuul 06b0a75426 Update git submodules
* Update releases from branch 'master'
  to 06efb10a4d52f8b2f6142ba1cc764c1e81ecdc8e
  - Merge "Release metalsmith for Dalmatian-1 milestone"
  - Release metalsmith for Dalmatian-1 milestone
    
    This is a library release for metalsmith for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: I5eff26dcac9d6495c01f14faab4ffaf742be8b63
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:23 +00:00
Zuul b781c414fa Update git submodules
* Update releases from branch 'master'
  to 2da479057a9ab3b7c8472d3a289eed752cc55d42
  - Merge "Release ironic-lib for Dalmatian-1 milestone"
  - Release ironic-lib for Dalmatian-1 milestone
    
    This is a library release for ironic-lib for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: I9bd9dcb7d5e456f580c4b4fe1fd09467f3ba105d
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:20 +00:00
Zuul 623e12d9a9 Update git submodules
* Update releases from branch 'master'
  to 97b15e208d104b9a9864ef1b248f041684f92cbe
  - Merge "Release ceilometermiddleware for Dalmatian-1 milestone"
  - Release ceilometermiddleware for Dalmatian-1 milestone
    
    This is a library release for ceilometermiddleware for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: I9006d10bcbcf60cb0636b8876a67a52e1e56a1d4
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:18 +00:00
Zuul 5c4fa6e688 Update git submodules
* Update releases from branch 'master'
  to 586b817e8063f94780c12f195d60f54653565159
  - Merge "Release os-vif for Dalmatian-1 milestone"
  - Release os-vif for Dalmatian-1 milestone
    
    This is a library release for os-vif for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: Ibbc1bb15df23fac392aceb90a7f48defa80ba289
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:16 +00:00
Zuul 854e2c72a5 Update git submodules
* Update releases from branch 'master'
  to fa5a1aad1425777c6b6b37aeb8534563fa0ed703
  - Merge "Release mistral-lib for Dalmatian-1 milestone"
  - Release mistral-lib for Dalmatian-1 milestone
    
    This is a library release for mistral-lib for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: Ibbdcf50276cfef08be1de2ea4f175bf0c64534bc
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:14 +00:00
Zuul 816e6043bb Update git submodules
* Update releases from branch 'master'
  to 3ead309704bc985699ca009c18db811fd9e38042
  - Merge "Release python-cloudkittyclient for Dalmatian-1 milestone"
  - Release python-cloudkittyclient for Dalmatian-1 milestone
    
    This is a library release for python-cloudkittyclient for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: I293f71412a3d3c04bd3a6ddb70fef113d48d200c
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:11 +00:00
Zuul a489b473f4 Update git submodules
* Update releases from branch 'master'
  to 9d06d710cf1f6d9c0069f3fb24036fa2d7353747
  - Merge "Release python-swiftclient for Dalmatian-1 milestone"
  - Release python-swiftclient for Dalmatian-1 milestone
    
    This is a library release for python-swiftclient for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: Ia5a42a7d7d9d5b68b1a70979f3571f3b98ec5f2c
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:09 +00:00
Zuul fbf8ca7019 Update git submodules
* Update releases from branch 'master'
  to aec054666b1cf71e5d15f1d2a6ced94539b7781a
  - Merge "Release sushy for Dalmatian-1 milestone"
  - Release sushy for Dalmatian-1 milestone
    
    This is a library release for sushy for the Dalmatian-1
    milestone. This repository contains commits that have not been releases
    for this cycle yet.
    
    If the team is ready to process with this release, please leave a +1
    to indicate we should go ahead with the release.
    
    If the team needs more time for things about to merge, or if there is
    some other reason a release should not be done at this time, please
    leave a -1 with a comment indicating the status. Then update the patch
    with the new commit hash to use once the team is ready to do the
    release.
    
    Change-Id: I61cf6f10b1603fd004666b494f2cae13fe27fa3d
    Signed-off-by: Elod Illes <elod.illes@est.tech>
2024-05-23 07:51:07 +00:00