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-manilaclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/python-manilaclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2025.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 5, 2025

  1. Update .gitreview for stable/2025.2

    Change-Id: Icb185a21ceccd243832c706bd20d5fb3c241ab8c
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    aeead60 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2025.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/2025.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I734212a962fd5b8cb7caf99fdf86832306e33a21
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    c2e6c1b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Fixes an issue that prevented ensure shares to be run

    A typo in the URL for ensure shares was created and the API
    endpoint did not match as a result. Fixed the issue by replacing
    '_' by '-' to match the endpoint correctly.
    
    Closes-bug: #2109376
    Change-Id: I025d0f853bced49a2d484dc75db809b3d7edb498
    Signed-off-by: Carlos da Silva <ces.eduardo98@gmail.com>
    (cherry picked from commit 43ee9f0)
    silvacarloss committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    b44aae2 View commit details
    Browse the repository at this point in the history
Loading