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-openstackclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:0a93733
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:f7c78b8
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 14, 2025

  1. tests: Update functional test for image metadef object

    - Add functional tests for 'openstack image metadef object' - Drop '-f json' where parse_output=True - Address review comments Change-Id: Ibbb8bcdebc7e751f2bd220240eb47b4780e331f6 Signed-off-by: seheonnn <[email protected]>
    @seheonnn
    seheonnn committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    aa87db6View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. Add functional test for volume snapshot

    This patch adds functional test support unset and show commands from volume snapshot and refactors existing test methods by combining them into a single method. Change-Id: I567bdfad6ce8ee6098d6e4c270bc200ff53ae4f7 Signed-off-by: asdasd7183 <[email protected]>
    @doondu
    doondu committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    6366763View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Replace obsolete PCRE packages

    pcre3 was removed from recent debian-based releases (eg. Trixie[1]), while RHEL10/CentOS Stream 10 no longer ships pcre in favor of pcre2. Use the latest whereto library release (0.5.0) which uses pcre2 instead. [1] https://lists.debian.org/debian-devel/2021/11/msg00176.html Depends-on: https://review.opendev.org/c/openstack/requirements/+/97142 Change-Id: Ide59346a03f4aea2d6ec4b410e102faeddf2bac4 Signed-off-by: Takashi Kajinami <[email protected]>
    @kajinamit
    kajinamit committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    68f22c2View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Configuration menu
    Copy the full SHA
    f52ee1dView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c78b8View commit details
    Browse the repository at this point in the history
Loading