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

Allows usage of remote: with lxc network list-allocations and fixes project usage. #12331

Merged
merged 2 commits into from
Sep 27, 2023

Commits on Sep 27, 2023

  1. lxc/network-allocations: Fix project and remote usage.

    Allows a user to pass a remote to lxc network list-allocations via
    [remote:]. Additionally, the UseProject method cannot be chained because
    it returns a new InstanceServer (the original is unchanged). So this is
    moved into a separate line.
    
    Signed-off-by: Mark Laing <mark.laing@canonical.com>
    markylaing committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    05a73a7 View commit details
    Browse the repository at this point in the history
  2. test/suites: Check that we can list allocations in a remote server.

    Signed-off-by: Mark Laing <mark.laing@canonical.com>
    markylaing committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8b9ae52 View commit details
    Browse the repository at this point in the history