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.2
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 Sep 4, 2025

  1. Update .gitreview for stable/2025.2

    Change-Id: I18e53da0482a28c5c2ce7d22eae1e67c8885dc0f
    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 4, 2025
    Configuration menu
    Copy the full SHA
    8351885 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: I9c426a7271e352083d535b2818b49a35c0eeb674
    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 4, 2025
    Configuration menu
    Copy the full SHA
    3a06a06 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 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
    
    (cherry picked from commit 8f72d77)
    
    Closes-Bug: #2130459
    Change-Id: I32ef753ec212b55f698e3844e043f68b22992ead
    Signed-off-by: Zhan Zhang <zzhang953@bloomberg.net>
    Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
    zhanz1 authored and nicolasbock committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    67a48c4 View commit details
    Browse the repository at this point in the history
Loading