python-libmaas
python-libmaas copied to clipboard
Unofficial python client library for MAAS
Originally from https://bugs.launchpad.net/maas/+bug/1988318 Changing the Maas vlan fails with: ``` Traceback (most recent call last): File "/usr/local/bin/fce", line 11, in load_entry_point('foundationcloudengine', 'console_scripts', 'fce')() File "/home/ubuntu/cpe/foundation/foundationcloudengine/foundationcloudengine/main.py", line 217, in entry_point sys.exit(main(sys.argv[1:]))...
This flag was broken, since it referenced an unset attribute profile on the parsed options object.
Fixes #275 I am not sure if you would like to fix this server side or any other way but until then, I took Gavin's idea to give it a...
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 ,...
``` Python 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from maas.client.bones import SessionAPI >>> credentials=['zbL4fkkuxqxhDRauv9', 'tfymrvVay9qZGJFAR9', 'A4dJNDB8LUNFKUWx46gtCdhsVAg8aSkB']...
Enabled to get the speed of the NIC.
In current version of python-lib maas dowlnoaded from github (commit [ae3e321](https://github.com/maas/python-libmaas/commit/ae3e321924b231ae5b765cd70cdd074cc2a9929e)) Error messages can be no longer than 50 characters: ``` # amc/lib/python3.8/site-packages/maas/client/bones/__init__.py class CallError(Exception): def __init__(self, request, response, content,...
I am working for IBM to port cpu arch ppc64le for open sources. This PR adds CI support for the IBM Power Little Endian (ppc64le) architecture. The idea is to...
Looks like the last push to pypi was Oct 2020. Can the latest stable be pushed to pypi?
Hi, The method make_payloads in the module maas.client.utils.multipart contains a bug I guess. We can not set value to cpu_over_commit_ratio parameter of Pod class. This parameter is supposed to be...