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

How to submit/save BootSourceSelections by using python-libmaas #276

Open
nzncngz opened this issue May 30, 2022 · 2 comments
Open

How to submit/save BootSourceSelections by using python-libmaas #276

nzncngz opened this issue May 30, 2022 · 2 comments

Comments

@nzncngz
Copy link

nzncngz commented May 30, 2022

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?

@r00ta
Copy link
Contributor

r00ta commented Jul 17, 2023

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

Copy link

github-actions bot commented Feb 2, 2024

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

@github-actions github-actions bot added the stale label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants