]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commitdiff
Update git submodules
authorZuul <zuul@review.opendev.org>
Thu, 18 Dec 2025 16:31:46 +0000 (16:31 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 18 Dec 2025 16:31:46 +0000 (16:31 +0000)
* Update ironic from branch 'master'
  to 50aa083013a102540a2b583972549ce224b05962
  - Merge "OCI: Add an option to fallback to HTTP"
  - OCI: Add an option to fallback to HTTP

    While working on trying to get OCI support in CI, I realized that the
    default pattern setup with Bifrost was to setup a registry *without*
    HTTPS.

    This is different from the common practice and expectation of operational
    OCI registries always utilizing HTTPS as the underlying transport mechanism.

    The net result is an idea of offering the ability to "fall back" to HTTP
    automatically, and make it a configuration option which needs to be
    chosen by an operator.

    The code pattern is such that the invocation of the client code paths
    automatically identify the SSLError, and then attempt to fallback
    to HTTP, while also saving the fallback on the class instance so the
    additional URL generation calls for the underlying HTTP(S) client
    gets an appropriate URL.

    By default, this new option is disabled.

    Claude helped with the tests, which was nice of it.

Assisted-By: Claude Code - Claude Sonnet 4.5
    Change-Id: I3f28c8d6debe25b63ca836d488bc9fd8541b04d9
Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
ironic

diff --git a/ironic b/ironic
index 4bef17b9bcad796b24e35e309b242365d6a7f582..50aa083013a102540a2b583972549ce224b05962 160000 (submodule)
--- a/ironic
+++ b/ironic
@@ -1 +1 @@
-Subproject commit 4bef17b9bcad796b24e35e309b242365d6a7f582
+Subproject commit 50aa083013a102540a2b583972549ce224b05962