]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
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)
commit79e470dd4d88b579da5c7ed322a3461a84221b0b
tree5d9f9cf68b244990530b63d07df7d224b95a0ade
parent4143c117461e582e51d955d68da39a594b7866aa
Update git submodules

* 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