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

Show gateway leases when features.networks is disabled (for default project networks) #14305

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f6c0c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad16e66 View commit details
    Browse the repository at this point in the history
  3. lxd/networks: Remove unused parameter

    Signed-off-by: hamistao <[email protected]>
    hamistao committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0bd8de9 View commit details
    Browse the repository at this point in the history
  4. test/suites: Test for listing gateway leases

    Signed-off-by: hamistao <[email protected]>
    hamistao committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9efb65f View commit details
    Browse the repository at this point in the history
  5. lxd/network/zone: Deduplicate logic to get PTR records

    Signed-off-by: hamistao <[email protected]>
    hamistao committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0dc8a92 View commit details
    Browse the repository at this point in the history
  6. lxd/network/zone: Ignore gateway leases when necessary

    We do want gateway Leases to show when listing them for a project if the network is visible from that project. However, when dealing with DNS zone configuration, we only want to consider these leases when dealing with the network's original project.
    
    Signed-off-by: hamistao <[email protected]>
    hamistao committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    521b255 View commit details
    Browse the repository at this point in the history