canonical / canonical/python-libmaas

How to submit/save BootSourceSelections by using python-libmaas

Open
#276 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
65
Forks
71
PR merge metrics
No merged PRs in 30d

Description

Hi,
I can select and update image from MAAS GUI.

I could select image but couldn't update selection with python-libmaas library.

For example, when you call image create function , the image is selected.
`session.BootSourceSelections.create(boot_source_id=1, os='ubuntu', release='xenial',arches='amd64')`
image

There is no include update selection function in python-libmaas

I could not update selection with the following functions

image

How can I do the image save or submit operation?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.