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

Added compatibility with operations project values #344

Merged
merged 2 commits into from
Jan 17, 2019

Commits on Dec 13, 2018

  1. Added compatibility with operations project values

    the LXD Rest api returns an operation id with the query string
    ?project=default to notify in which project the operation belongs. This
    was not sufficiently cut away by .split('/')[-1]
    but also needed a subsequent .split('?')[0]
    
    The Mock_lxd has been adapted to test for this feature
    
    In the container.execute the operation_id is needed directly, where it
    is fixed too
    
    Signed-off-by: Felix Engelmann <fe-github@nlogn.org>
    felix-engelmann committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    98c484d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Added proper operation_id extraction to handle different api versions

    Signed-off-by: Felix Engelmann <fe-github@nlogn.org>
    felix-engelmann committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    346e558 View commit details
    Browse the repository at this point in the history