Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: gophercloud/gophercloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
Loading
...
head repository: gophercloud/gophercloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.1
Choose a head ref
Loading
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 29, 2024

  1. Fix security group rule "any protocol"

    Before this patch, Gophercloud attempted to create a security group rule
    that would be applied regardless of the protocol by passing the literal
    `"any"` as the rule protocol.
    
    Despite being correct according to [the documentation][1], Neutron
    rejects the value `"any"` with an HTTP status code of  `400 Bad
    Request`.
    
    This change replaces the value of `ProtocolAny` to be the empty string
    `""`, which has the effect of creating a rule that applies to any
    protocol.
    
    cf: [Neutron bug 2074056][2]
    
    [1]: https://docs.openstack.org/api-ref/network/v2/#create-security-group-rule
    [2]: https://bugs.launchpad.net/neutron/+bug/2074056
    pierreprinetti committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4ffa3ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3162 from shiftstack/sec_group_rule_create_any_pr…

    …otocol
    
    Fix security group rule "any protocol"
    pierreprinetti authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7121f43 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Prepare v1.14.1

    pierreprinetti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    815c7c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3174 from shiftstack/prepare_v1.14.1

    Prepare v1.14.1
    pierreprinetti authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b26ed82 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.