]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Thu, 18 Dec 2025 07:37:56 +0000 (07:37 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 18 Dec 2025 07:37:56 +0000 (07:37 +0000)
commit831ef58bfaada2e2f7d5dc6abb5bc5222aff47d2
treef3980cddcc1ffee7d467d0c8af87eef8f7d47b88
parent799e5814397a94203b10e455aad3a76e42ded987
Update git submodules

* Update ironic from branch 'master'
  to 4bef17b9bcad796b24e35e309b242365d6a7f582
  - Merge "fix loading of built-in inspection rules"
  - fix loading of built-in inspection rules

    The built-in inspection rules cannot be loaded because the jsonschema
    validates them against the expected API however the built-in rules had a
    'built-in' key that is not part of the schema and included the 'scope'
    key which was ultimately dropped before inspection rules support landed.
    The built-in rules also did not validate that the data was a list of
    rules before attempting to utilize it giving an incorrect error.

    Closes-Bug: 2136776
    Change-Id: I36c290c9f92189281e11633e9a587918b0699ae3
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
ironic