Commit graph

279826 commits

Author SHA1 Message Date
Zuul
096a40ccf7 Update git submodules
* Update manila-tempest-plugin from branch 'master'
  to 93138f8081721678229badb508ee1c712b939bbe
  - Merge "Optimize NFS test_mount_share_one_vm execution"
  - Optimize NFS test_mount_share_one_vm execution
    
    Optimize test to avoid duplicate execution for default nfs rev.
    
    Change-Id: I8bc71bc90caf8f15d9bd345f67dcafee47020c6a
    Signed-off-by: Vida Haririan <vhariria@redhat.com>
2026-01-07 21:31:43 +00:00
Takashi Kajinami
c7422b285b Update git submodules
* Update ovn-octavia-provider from branch 'master'
  to 65ecd268a6d9cb141678cec2b4ff90da19acabe9
  - Drop redundant N347 check
    
    This is equivalent to H216 check from hacking, which has been available
    since hacking 4.1.0[1].
    
    [1] b921c4de513c9cc624d6ecf68e4f4493e6e72c0d
    
    Trivial-Fix
    
    Change-Id: Ide44ffa96719eaa09a17cc4ababed1f3a139fe9a
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-07 20:36:23 +00:00
Zuul
4e19880dc5 Update git submodules
* Update magnum-ui from branch 'master'
  to 533dafa03d3ab5719fc19541a3804ee211f1bdfa
  - Merge "Drop support for old Python versions"
  - Drop support for old Python versions
    
    OpenStack recently dropped python 3.9 support for global requirements[1]
    as it was removed from the Flamingo supported runtimes[2].
    
    [1]https://review.opendev.org/c/openstack/requirements/+/948285
    [2]https://governance.openstack.org/tc/reference/runtimes/2025.2.html#python
    
    Change-Id: I4b7f3bca6b3390d4a8d138669512bc82d1a1c28c
    Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2026-01-07 20:32:42 +00:00
Zuul
cdf03ded84 Update git submodules
* Update magnum-ui from branch 'master'
  to e6649350f51a7253df485019162a7b25e731325b
  - 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: I78a520b3862bc13438e5ed12d8ed6641014f9641
    Signed-off-by: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
    Generated-By: openstack/openstack-zuul-jobs:roles/prepare-zanata-client/files/common_translation_update.sh
2026-01-07 20:25:53 +00:00
Zuul
59f8e685da Update git submodules
* Update devstack from branch 'master'
  to 174bce17f25387959ccb66813be16948b33f7249
  - Merge "Fix centos/rhel 9/10 dependencies"
  - Fix centos/rhel 9/10 dependencies
    
    An error was introduced in [0], it added an incorrect dependency on
    genisoimage for nova, and kept a valid dependency on xorriso in n-cpu.
    It breaks centos 10 deployments, the expected behavior is to use xorriso
    on modern rhel/centos.
    
    [0] https://review.opendev.org/c/openstack/devstack/+/963799
    
    Change-Id: I0057f934c453ded198f8b5e58f4924260a3d2508
    Signed-off-by: Gregory Thiemonge <gthiemon@redhat.com>
2026-01-07 20:15:59 +00:00
Zuul
d9bae58aa5 Update git submodules
* Update magnum-ui from branch 'master'
  to 7721a5f16860e6b3df29999d3859271c5b8c9ebe
  - Merge "Fix external network list for new Neutron API response"
  - Fix external network list for new Neutron API response
    
    The network list in the Cluster Template workflow was always empty
    because the code only checked `router:external` field and assumed
    `subnets` contained full objects. In newer Neutron / openstacksdk
    responses, the field is called `is_router_external` and subnets
    may be provided as `subnet_ids` instead of full objects.
    
    This patch updates onGetNetworks() to:
    - Accept both `router:external` and `is_router_external`.
    - Handle both `subnets` (objects) and `subnet_ids` (IDs).
    - Work with either `response.data.items` or `response.data.networks`.
    
    Closes-Bug: #2106094
    Change-Id: If36ea24d4ba5f235dac9e95c2231efb21c2dea63
    Signed-off-by: emogirl00272 <emogirl00272@gmail.com>
2026-01-07 20:06:11 +00:00
Zuul
27825f9d0f Update git submodules
* Update neutron from branch 'master'
  to 644d2b767df84e46a4df6b1b8f8725452dcda796
  - Merge "Add ``path_separator`` to alembic configuration"
  - Add ``path_separator`` to alembic configuration
    
    Added the configuration variable ``path_separator`` for alembic:
      [alembic]
      path_separator = space
    
    The value "space" depends on the way Neutron is building the
    "version_locations" string, using a space between paths [1].
    
    [1]af2aefeb87/neutron/db/migration/cli.py (L558)
    
    Closes-Bug: #2137631
    Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
    Change-Id: I2de68420284e31afcb749e07e0103a36bb5b0099
2026-01-07 19:58:35 +00:00
Zuul
7cff9b616e Update git submodules
* Update magnum from branch 'master'
  to 3ac00e723b2f5049a4383bed471475a115edd067
  - Merge "Fix python shebang"
  - Fix python shebang
    
    Python 3.9 already reached its EOL and is no longer supported.
    
    Change-Id: Ia1274ca101f87bb1e514166513b1e9bc5635e203
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-07 19:51:21 +00:00
Zuul
7f917790e4 Update git submodules
* Update magnum from branch 'master'
  to e26da7c1a6fde02add4cd13c3a95138cd5c331ef
  - Merge "Remove unnecessary executable bit"
  - Remove unnecessary executable bit
    
    These files for api reference don't have to be executable.
    
    Change-Id: If79bfed50484bb342f48b105747cd0815dece3c3
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-07 19:23:00 +00:00
Zuul
0e68b09ab3 Update git submodules
* Update glance from branch 'master'
  to 01ead31b80b2973b2b196aad2fcde0a3947287d6
  - Merge "Cache PropertyRules instances in Gateway"
  - Cache PropertyRules instances in Gateway
    
    Add caching for PropertyRules instances in Gateway to avoid reloading
    property protection rules on every API request. PropertyRules is now
    instantiated once per Gateway instance.
    
    This improves performance by eliminating redundant configuration file
    reads and rule parsing on each API request.
    
    Closes-Bug: #2132333
    Change-Id: Ie6c0ba4269398e61008b8410c7d11b4a753f81ad
    Signed-off-by: Abhishek Kekane <akekane@redhat.com>
2026-01-07 18:09:20 +00:00
Vladimir Kozhukalov
4fe2bb2520 Update git submodules
* Update openstack-helm from branch 'master'
  to e6d7430ff9bf36b6bab3c91cb12b4c189e8e55af
  - Bump versions for test env
    
    - Kubernetes 1.35.0
    - Crictl 1.35.0
    - Calico 3.31.3
    - Metallb 0.15.3
    
    Change-Id: Iadf837629f53935285505f81738d5d72606c71ca
    Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2026-01-07 18:04:21 +00:00
Zuul
fd51f5be9d Update git submodules
* Update python-manilaclient from branch 'master'
  to bede7e69bcd19ad5f98c5c728e98c6c17849993c
  - Merge "Drop workaround for Python < 3.10"
  - Drop workaround for Python < 3.10
    
    ... because 3.10 is the current minimum version.
    
    Change-Id: I346219086b27410fc95613f12ed9790bd281c347
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-07 17:39:05 +00:00
Zuul
0167acac2c Update git submodules
* Update neutron from branch 'master'
  to c4ec413f16ab7805fa673bab03f909aa3bc709a6
  - Merge "Fix list of migration entry points for the ovn-db-sync tool"
  - Fix list of migration entry points for the ovn-db-sync tool
    
    Loading sync and ovn migration tasks as "plugins" by the ovn-db-sync
    tool was introduced recently with [1] but apparently there was small
    mistake in the way how help message for the ``migration_plugin`` config
    option was created.
    This patch fixes that small issue by using proper entry points group to
    list available migration plugins.
    
    Related-bug: #2130570
    
    [1] https://review.opendev.org/c/openstack/neutron/+/970407
    
    Change-Id: I9062fb767f20182df0c870e67243668b6f30fded
    Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
2026-01-07 17:33:32 +00:00
Zuul
5009fd9f5c Update git submodules
* Update python-ironicclient from branch 'master'
  to 1440a6139adaa98f3168283789169b42887800fc
  - Merge "Remove integration for python-ironic-inspector-client"
  - Remove integration for python-ironic-inspector-client
    
    The library was retired as part of retirement of ironic-inspector.
    
    Change-Id: I17cd676c7211eea6b3eb15192dbfa79241b27a8f
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-07 17:26:54 +00:00
Zuul
0ab664a346 Update git submodules
* Update glance-specs from branch 'master'
  to 90f3ba173baf29da4a09539df99fd7b2d9c63e25
  - Merge "Add RBD Erasure-Coded Pools Support specification"
  - Add RBD Erasure-Coded Pools Support specification
    
    Assisted-By: Cursor (claude-4.5-sonnet)
    Change-Id: Ief85e57471ab20af20dd029c9da9d9878cdb9759
    Signed-off-by: Abhishek Kekane <akekane@redhat.com>
2026-01-07 15:47:23 +00:00
Andriy Kurilin
7dd96ede10 Update git submodules
* Update python-openstackclient from branch 'master'
  to 0a937332932b2a0263b12d307026fee43d125418
  - Fix quota usage and reservation display
    
    Fix `openstack quota show --usage` to correctly display resource usage
    and reservations by applying proper name normalization for corresponding
    sections of data.
    Previously, name normalization was applied only for "limits" which is
    the root section, leaving 'usage' and 'reservation' sections untouched.
    
    Change-Id: Id14fe894b30a74b9b8d78b00c3d4ff151f8b4210
    Closes-bug: #2137636
    Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com>
2026-01-07 15:40:33 +00:00
Zuul
2814b806a2 Update git submodules
* Update neutron from branch 'master'
  to 76b11aaefa94a7e42de56c744268ac32685e6d13
  - Merge "Change test code to use project_id key"
  - Change test code to use project_id key
    
    Change to start using 'project_id' key in more places
    in the test tree.
    
    Fixed other related code as necessary.
    
    Blueprint: https://blueprints.launchpad.net/neutron/+spec/keystone-v3
    
    Change-Id: I3b6ef0d96a0114686c51b8bdabbb130f65e85ad2
    Signed-off-by: Brian Haley <haleyb.dev@gmail.com>
2026-01-07 15:40:27 +00:00
Zuul
ee698215d0 Update git submodules
* Update ironic from branch 'master'
  to c2b5580b752bfa45cfa398c81fb1a305fe35464c
  - Merge "fix: report a better error in validate-interfaces"
  - fix: report a better error in validate-interfaces
    
    When validate-interfaces runs if there is no interfaces key then we
    would just have a KeyError exception that would be logged to the node.
    This provides a clearer message back as to why this happened.
    
    Change-Id: I307848a9a1733ecff534ae37541e59465b4e96b7
    Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2026-01-07 15:20:02 +00:00
Zuul
1ea6082965 Update git submodules
* Update rally-openstack from branch 'master'
  to 791d789ec2360df4c62c8b7f94179bb44c9a24b5
  - Merge "python 3.14: fix AST attribute access"
  - python 3.14: fix AST attribute access
    
    In Python 3.14, using node.s doesn't work anymore, one must
    use node.value instead.
    
    Signed-off-by: Thomas Goirand <zigo@debian.org>
    Change-Id: I4b5980fb0337c9667b14992691a9db0361fdf58b
2026-01-07 14:22:01 +00:00
Slawek Kaplonski
d708824dd7 Update git submodules
* Update neutron-fwaas from branch 'master'
  to 82315fd2ad3844f8b0fb6b9678a1c5de443d6ddc
  - Fix unit and functiona CI jobs
    
    This patch fixes two issues caused by patches merged recently in the
    Neutron:
    
    1. update Neutron's rootwrap.conf path in CI jobs
    
       After patch [1] location of the rootwrap.conf file provided by the
       Neutron has changed and that broke functional tests job. This patch
       adjusts that location in the deploy_rootwrap.sh script.
    
    2. Fix unit tests after changes Neutron to use `project_id` instead of
       `tenant_id` removed usage of `tenant_id` from base test classes.
    
       Those classes are used also in the neutron-fwaas unit tests so tests
       in this repo have to be adjusted to reflect that change from [2] and
       to use `project_id` instead of the old `tenant_id`.
    
    [1] https://review.opendev.org/c/openstack/neutron/+/961130
    [2] https://review.opendev.org/c/openstack/neutron/+/971143
    
    Closes-bug: #2137480
    Closes-bug: #2137632
    
    Change-Id: I0a34655f5a073a79d497371aaad329dc59e5e44b
    Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
2026-01-07 13:51:03 +00:00
Zuul
728a1bb415 Update git submodules
* Update kolla-ansible from branch 'master'
  to f699a56a8ac9706c6c33edf00e5056f8ce1dc896
  - Merge "Bump ansible-core to 2.19/2.20"
  - Bump ansible-core to 2.19/2.20
    
    wait_discover_computes.yml had to be updated to pass ansible-lint
    checks for undefined variables (ansible_facts.hostname/nodename was
    rendered as UndefinedMarker type)
    
    Change-Id: Iaded12e9bcf7ed558b7e35ea526ef1355cbca61a
    Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
2026-01-07 13:38:14 +00:00
Zuul
4b371a2453 Update git submodules
* Update rally-openstack from branch 'master'
  to 3c03a5ce305ded992c692869943c70003c2fdb02
  - Merge "Add project badge"
  - Add project badge
    
    Change-Id: I2bbb2d589794fed11d95b7255cddc64c6a8db4d8
    Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2026-01-07 13:25:29 +00:00
Takashi Kajinami
3f2bf506ef Update git submodules
* Update rally from branch 'master'
  to d4aa4f2ec8fcb31309981609da0d7045252a66b0
  - Remove six from plugin example code
    
    Python 2 support was removed long time ago so we no longer need it.
    
    Trivial-Fix
    
    Change-Id: I18e6586ea975dfd5a084c8da52fe8e8d642a72ec
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-07 13:12:50 +00:00
Stephen Finucane
a607f118d9 Update git submodules
* Update automaton from branch 'master'
  to 70e9037d4931db67ecc9ed9ea59c5af0302ddd15
  - trivial: Rewrap strings
    
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    Change-Id: Ib82ad51fa24c804863e9bc9f3e603b004eb2e12d
2026-01-07 12:09:51 +00:00
Stephen Finucane
15c1e34afb Update git submodules
* Update automaton from branch 'master'
  to 46a3e9e65f6df0a80eb8a8623bf7ac884e4fdcb9
  - Add ruff
    
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    Change-Id: Ib34f2ff5f7da87a0ae4b1f7371afefddd001a62e
2026-01-07 11:59:14 +00:00
Takashi Kajinami
39d83c62cd Update git submodules
* Update puppet-ironic from branch 'master'
  to 9ca41723931080ef1d6d7054afcee475e67b03ef
  - Skip installation of python3-sushy-oem-idrac
    
    This separate package is no longer required, because the library code
    was imported into the sushy library [1] and ironic started using that
    imported code as a primary implementation[2]
    
    [1] da092394650e952d1991f24f13403b5e020567d9
    [2] e443ddcb92f37ea116ea077cc714e6509409ee51
    
    Change-Id: I48711e7d29f6d936b9e1cf12f77e4db76a70f2bf
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-07 11:25:26 +00:00
Zuul
83b0c380f4 Update git submodules
* Update devstack from branch 'master'
  to ce688725c3f55ba23483fafe1f1c4139ce8c2332
  - Merge "Drop lib/oslo from unstack.sh"
  - Drop lib/oslo from unstack.sh
    
    This was missed in [0].
    
    [0] I6a66359c19d0385beafb4c5e57b6ec3cd6d9cc54
    
    Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
    Change-Id: Idaee45beb63b2badc72c4a70442c5b9aa7fb19fe
2026-01-07 11:02:34 +00:00
Stephen Finucane
cb52ecbe33 Update git submodules
* Update oslo.context from branch 'master'
  to 709e13ae0bda571769c4a67a07f3b78b1cabc238
  - Add link for governance badges
    
    Change-Id: Idcd536c4439f28708916888cb964c68645309192
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2026-01-07 10:31:35 +00:00
Stephen Finucane
afca28eedc Update git submodules
* Update automaton from branch 'master'
  to a49b103475e99f479723e775024a766d7dd5f4f0
  - docs: Remove cruft from conf files
    
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    Change-Id: Id00128166c3334aa25a432c2a32329e83f760b51
2026-01-07 10:29:39 +00:00
Brian Haley
d302c56413 Update git submodules
* Update ovn-octavia-provider from branch 'master'
  to d0b9303324fc1b8d0c3813fd6884f291a56f31e9
  - Change test code to use project_id key
    
    Related-Bug: #2137489
    
    Change-Id: I79ca0c0d693f945d6be6058b14a89d9edbb8bd74
    Signed-off-by: Brian Haley <haleyb.dev@gmail.com>
2026-01-07 08:38:22 +00:00
Zuul
391d34fc27 Update git submodules
* Update glance from branch 'master'
  to 7ed909e909914d1d326d8ee66c5fdd6bfd98ed76
  - Merge "Add functional tests for image decompression plugin"
  - Add functional tests for image decompression plugin
    
    Tests GZIP, ZIP, and LHA decompression with both glance-direct
    and web-download import methods.
    
    Change-Id: I5307eb943c5953931543dd53be464eea2936a44e
    Signed-off-by: Abhishek Kekane <akekane@redhat.com>
2026-01-07 03:26:19 +00:00
Zuul
43f1735a13 Update git submodules
* Update glance from branch 'master'
  to 283ba82519075a110a21bb91cd0022fb2f112803
  - Merge "Fix ZIP file extraction in image_decompression plugin"
  - Fix ZIP file extraction in image_decompression plugin
    
    The zipfile.ZipFile.extract() method expects a directory path, not a
    file path. This fix extracts to the parent directory and then moves
    the file to the destination path.
    
    Also updated documentation about the single-file ZIP limitation.
    
    Closes-Bug: #2132963
    Change-Id: I24cacde5a9b2209671e9283cd38548ac05c75ac3
    Signed-off-by: Abhishek Kekane <akekane@redhat.com>
2026-01-07 03:26:16 +00:00
Zuul
5b30a8e501 Update git submodules
* Update designate from branch 'master'
  to 1db323a3c9c2061174802c75a31df1724d2b063c
  - Merge "Remove old checks for Python 2-3 compatibility"
  - Remove old checks for Python 2-3 compatibility
    
    basestring and xrange no longer exist in Python 3 and any remaining
    usage of these causes "undefined name" error.
    
    Change-Id: Ie0b48f09d5a9383fab47be73f9b07b201071411a
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-06 23:38:21 +00:00
Zuul
6a7c954d66 Update git submodules
* Update designate from branch 'master'
  to be1c2cb1a59adb8c9933680833f031a63ead1efb
  - Merge "Add back project badge"
  - Add back project badge
    
    it is displayed again correctly and we can add it
    
    Change-Id: I11d94d2540bfadc31476ce1fd5bb5199075f5262
    Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2026-01-06 22:16:48 +00:00
Zuul
746807627c Update git submodules
* Update openstack-helm from branch 'master'
  to 01c93d86777182d4c3a906120da54844ed5d481b
  - Merge "Use HAProxy ingress controller by default"
  - Use HAProxy ingress controller by default
    
    Ingress-nginx is deprecated and is going to become
    unmaintained after Feb/2026.
    
    See details here https://www.kubernetes.dev/blog/2025/11/12/ingress-nginx-retirement/
    
    This PS adds support for HAProxy-ingress but does not
    remove the ingress-nginx support.
    
    Also default ingress class name and annotations are updated
    to make them more implementation agnostic.
    
    Change-Id: I1cbcd2ce0534bf865e484370297ca17c1b1af4e0
    Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2026-01-06 22:05:48 +00:00
jamepark4
2b2aec109d Update git submodules
* Update whitebox-tempest-plugin from branch 'master'
  to 8383958d2c9feb37ff10838f14acb06fa7eb3a69
  - Disable uefi boot support in gate
    
    Currently provided flavor of guests from nodepool do not appear to have
    the same support for NVRAM as it once did. This is causing UEFI related
    tests to fail. Disabling until we can root cause issue.
    
    Also documented an upstream bug [1] to help confirm if this is an issue
    with nodepool or an issue with a change in Nova.
    
    [1] https://bugs.launchpad.net/nova/+bug/2137560
    
    Change-Id: I22545341a5e706f53235eb58db6cde03abfb76a5
    Signed-off-by: jamepark4 <jparker@redhat.com>
2026-01-06 21:00:22 +00:00
Zuul
ba7eb1d0f8 Update git submodules
* Update manila-tempest-plugin from branch 'master'
  to 3e08b88b847d8e079688542f09f8d79bf0a1057f
  - Merge "Move ZFS job to Noble"
  - Move ZFS job to Noble
    
    Depends-on: https://review.opendev.org/c/openstack/manila/+/963068
    Change-Id: I04bc9fbbc1beceefd1ef5a931ff06db6f42bfdd8
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-06 19:55:57 +00:00
Zuul
76f60f2e69 Update git submodules
* Update manila from branch 'master'
  to 5122362344c8c51c1de117ae275109fc27e1dc07
  - Merge "devstack: Makes sure zfs kernel module is installed"
  - devstack: Makes sure zfs kernel module is installed
    
    ... to fix installation in Ubuntu Noble. Skip loading zpool kernel
    module because it is not available in Noble and explicit load is not
    really necessary.
    
    Closes-Bug: #2087192
    Depends-on: https://review.opendev.org/963050
    Change-Id: I9b19aa82fa64f8e16a84bfbc1e2f24ebd789bf36
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-06 19:55:55 +00:00
Zuul
044ae35718 Update git submodules
* Update openstack-helm from branch 'master'
  to bb7920168c38884df080a48eba3824464187cbc2
  - Merge "[doc] Fix overrides paths in installation commands"
  - [doc] Fix overrides paths in installation commands
    
    A while ago we moved values overrides from charts
    to a dedicated directory. This PS aligns the overrides
    paths with this earlier change.
    
    Change-Id: I1aed06275a5199df71f6acc534bb41dd16e88e46
    Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2026-01-06 19:23:01 +00:00
Takashi Kajinami
2e5ec5f3f3 Update git submodules
* Update ironic from branch 'master'
  to 5f59aa0b2859afce059500a629eb3ef3ecc03dbf
  - Use common utility to wrap IPv6 address
    
    A similar function is provided by oslo_utils.netutils .
    
    Change-Id: I6b24ab9deedf9e9802ef1bb5701ddeea91caed69
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-06 19:18:52 +00:00
Zuul
6669179ac8 Update git submodules
* Update bifrost from branch 'master'
  to 0d62076f72ddac7f9041355cda8a303059c2e660
  - Merge "Remove ancient Python 3.6 tox test"
  - Remove ancient Python 3.6 tox test
    
    Change-Id: Ibb70e4db4f79e5c026418fbb474662d58ce2ad4b
    Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
2026-01-06 18:35:22 +00:00
Takashi Kajinami
a968ce3e94 Update git submodules
* Update mistral from branch 'master'
  to 420677c80b8dd48e8189cf040a20916b5c2fb76c
  - Remove hacking check for oslo namespace package
    
    The oslo namespace package was removed long ago and can't be used
    any more.
    
    Change-Id: I501c0cfc92088bdad2affbd258111a53ed3e3c44
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-06 18:28:13 +00:00
OpenStack Release Bot
3d71f5ae8d Update git submodules
* Update mistral-extra from branch 'master'
  to d8cc51ad7e7805fc886f309a1f1083a155cfa2d0
  - reno: Update master for unmaintained/2024.1
    
    Update the 2024.1 release notes configuration to build from
    unmaintained/2024.1.
    
    Change-Id: I2d1904f80f7183f0fe3356b4b4c40c24a0b657c0
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/change_reno_branch_to_unmaintained.sh
2026-01-06 18:11:02 +00:00
OpenStack Release Bot
0a35708cd4 Update git submodules
* Update mistral-lib from branch 'master'
  to 6db58e38adbe6b34bc48fb24c0c333d8ccc35dad
  - reno: Update master for unmaintained/2024.1
    
    Update the 2024.1 release notes configuration to build from
    unmaintained/2024.1.
    
    Change-Id: I72bcdf82ce7d045e3b84e5970d8201705a762d0c
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/change_reno_branch_to_unmaintained.sh
2026-01-06 17:58:41 +00:00
Ivan Anfimov
a67c941be4 Update git submodules
* Update mistral-tempest-plugin from branch 'master'
  to ffbab76b0c196b05f1bd3db10a57af33e9b4d2e4
  - Add project badge
    
    Change-Id: Ic97093d01ac8504eef9b8662d23777be4955e7a7
    Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2026-01-06 17:58:36 +00:00
Ivan Anfimov
409bea0cbc Update git submodules
* Update mistral-specs from branch 'master'
  to de804685c706047ec74951f9012a975c272eae6f
  - Remove url tags from README
    
    The tags framework has been discontinued for a long time.
    
    https://governance.openstack.org/tc/reference/tags/
    
    https://governance.openstack.org/tc/resolutions/20211224-tags-framework-removal.html
    
    Change-Id: I767b1784d411e69964d15534465f3291471f16df
    Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2026-01-06 17:58:18 +00:00
Zuul
86b88bacb3 Update git submodules
* Update openstack-helm from branch 'master'
  to 5799a048d2a8bb2e2ed9e95701782cef7d6f563f
  - Merge "Fix OVN metadata agent resource consistency"
  - Fix OVN metadata agent resource consistency
    
    Unify container resource references to agent.ovn_metadata for consistent
    resource allocation across all containers.
    
    story: 2011645
    Change-Id: I31c73e9727c71f3c3750d3e1b622721a84724e14
    Signed-off-by: chanyeol yoon <ycy1766@gmail.com>
2026-01-06 17:41:34 +00:00
Zuul
0ed05a4c29 Update git submodules
* Update glance from branch 'master'
  to 8b4e78667a74f49cfc61dce75e8ad1fb881f1e04
  - Merge "Fix LHA file decompression context manager issue"
  - Fix LHA file decompression context manager issue
    
    The lhafile.LhaFile class does not support the context manager
    protocol, causing AttributeError when used with 'with' statement.
    This fix removes the context manager usage and properly handles
    file pointer cleanup.
    
    Closes-Bug: #2132624
    Change-Id: Ieff39e93088582e6ca5068c819041f67e0decb4a
    Signed-off-by: Abhishek Kekane <akekane@redhat.com>
2026-01-06 17:41:27 +00:00
Stephen Finucane
a2150159e1 Update git submodules
* Update oslo.context from branch 'master'
  to 364d1f07458c4bbcbd8eccde4b5396881ce4ab54
  - Add typing badge
    
    We also remove unnecessary svg suffixes from URLs.
    
    Change-Id: Ia0d261daa33ee49798edfa6fbebdb621198a82e9
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2026-01-06 14:44:02 +00:00
Zuul
14aefc676e Update git submodules
* Update trove from branch 'master'
  to 0243ca14069331630d94a5dfd8a42f6eb64ea05e
  - Merge "pg_hba.conf not re-creating after rebuild in PostgreSQL"
  - pg_hba.conf not re-creating after rebuild in PostgreSQL
    
    Hello guys!
    
    After rebuild, the pg_hba.conf is not where it should be.
    
    It seems like nobody mentioned it before. We've found this bug on
    our production setup.
    
    Change-Id: Icecb8391c1ec996d3d73f495edca9c8c92953b55
    Signed-off-by: Erkin Mussurmankulov <mangust404@gmail.com>
2026-01-06 14:26:03 +00:00