python-libmaas icon indicating copy to clipboard operation
python-libmaas copied to clipboard

How to submit/save BootSourceSelections by using python-libmaas

Open nzncngz opened this issue 2 years ago • 2 comments

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?

nzncngz avatar May 30 '22 07:05 nzncngz

update is already available on backend side. We need to add this in this library. Contributions are more than welcome :)

r00ta avatar Jul 17 '23 08:07 r00ta

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Feb 02 '24 01:02 github-actions[bot]