You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
There is no include update selection function in python-libmaas
I could not update selection with the following functions
How can I do the image save or submit operation?
The text was updated successfully, but these errors were encountered:
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')
There is no include update selection function in python-libmaas
I could not update selection with the following functions
How can I do the image save or submit operation?
The text was updated successfully, but these errors were encountered: