Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/python-ironicclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 22bf8b2
Choose a base ref
...
head repository: openstack/python-ironicclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11909b8
Choose a head ref
  • 5 commits
  • 15 files changed
  • 4 contributors

Commits on Sep 6, 2024

  1. Update .gitreview for stable/2024.2

    Change-Id: Ib0eaa97eddff510185197e9feb48cdfdea9a6863
    openstackadmin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a543a91 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.2

    Update the URL to the upper-constraints file to point to the redirect
    rule on releases.openstack.org so that anyone working on this branch
    will switch to the correct upper-constraints list automatically when
    the requirements repository branches.
    
    Until the requirements repository has as stable/2024.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: Id8b5a762ec1086adfd02be86e376c24a925d144c
    openstackadmin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c4740ae View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Replace outdated python job template

    We should use non-versioned template now.
    
    Change-Id: I6cf3ee362c7bc657e604498d98f1b44599700cd4
    (cherry picked from commit 8d7a6e7)
    kajinamit committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a8eb41c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix port name in Port resource

    The name of the port is in the 'name' field coming back from the API and
    not in the 'port_name' field.
    
    Change-Id: Iad986ea693396a1bdb93345c7c9e778560ae7c06
    Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
    (cherry picked from commit 2caa47f)
    cardoe committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    40cae66 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Stop using deprecated format_* from osc_utils

    Added our own formatter which replaces the deprecated/removed one.
    It's contents are essentially format_dict from osc-lib 3.2.0 stuffed
    into a cliff column object.
    
    Change-Id: If28bda0a11f3e4a0d02a6a52040e8ca65611822f
    jayofdoom authored and elfosardo committed May 14, 2025
    Configuration menu
    Copy the full SHA
    11909b8 View commit details
    Browse the repository at this point in the history
Loading