Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sg rules creations for LB sg when applying members sg #204

Merged

Commits on Apr 7, 2020

  1. Fix sg rules creations for LB sg when applying members sg

    When Network policy is enforced and a load balancer is
    affected by the policy, its sg should be update containing
    the members sg rules. However, the creation of the sg rule is
    using an ethertype not allowed by openstacksdk.
    
    This commit fixes the issue by ensuring always either IPv4 or IPv6
    is used.
    
    Change-Id: Icaca3eb726ecb9d8b4e68cf2ff3be88a7be3bf37
    Closes-bug: 1870392
    MaysaMacedo committed Apr 7, 2020
    Copy the full SHA
    01ef4ee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d8b55ca View commit details
    Browse the repository at this point in the history