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

Commits on Mar 6, 2025

  1. Update .gitreview for stable/2025.1

    Change-Id: Id3fffca1c74778ae69ba99ca23d70f03d9aec9a7
    openstackadmin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    f6291a2 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2025.1

    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.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: Ie2963594c4165459b8415b19d2a5c0d35309e2ca
    openstackadmin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    5f7de3d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. v2_0: Use 'bindings' when listing port bindings

    This commit fixes a bug in v2_0 client's "list_port_bindings"
    function, where it uses "port_bindings" to access Neutron's
    response, instead of "bindings" [0].
    
    [0]: https://docs.openstack.org/api-ref/network/v2/index.html#show-port-binding-of-a-port
    
    Closes-Bug: #2130459
    Change-Id: I32ef753ec212b55f698e3844e043f68b22992ead
    Signed-off-by: Zhan Zhang <zzhang953@bloomberg.net>
    (cherry picked from commit 8f72d77)
    Signed-off-by: Rajashekar Reddy Uppala <rajashekarreddy.uppala@canonical.com>
    rajashekarreddyuppala-eng committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    77e4e01 View commit details
    Browse the repository at this point in the history
Loading