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: AsherBond/python-openstackclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 05249ce
Choose a base ref
...
head repository: openstack/python-openstackclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1674a63
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 10, 2026

  1. tests: Move assert helpers to utils.TestCommand

    Move assertItemEqual() and assertListItemEqual() from fwaas/test_rule.py
    to openstackclient.tests.unit.utils.TestCommand so network tests can use
    them without inheriting from both utils.TestCommand and
    osc_lib.test.base.TestCommand.
    
    Add a TODO to eventually replace utils.TestCommand with
    osc_lib.test.base.TestCommand once osc-lib provides the same
    functionality as current openstackclient.tests.unit.utils.TestCommand
    class and once current one will be replaced with osc_lib one.
    
    Assisted-by: Cursor Composer 2.5
    Change-Id: I88fdab495a486c1166023287936764f5cf2bc918
    Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
    slawqo committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    a42e560 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2026

  1. network: Remove the workaround for SDK for advertise_host attribute

    The patch removes the workaround for advertise_host attribute support.
    
    Related-Bug: #2144617
    
    Change-Id: I7bff6a6c5382b386f58ad163d4115b962f80e6a5
    Signed-off-by: Jakub Libosvar <libosvar@redhat.com>
    cubeek committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    95a376a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2026

  1. Configuration menu
    Copy the full SHA
    1674a63 View commit details
    Browse the repository at this point in the history
Loading