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

Unofficial python client library for MAAS

Results 42 python-libmaas issues
Sort by recently updated
recently updated
newest added

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.

bug

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...

bug

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 ,...

enhancement
stale

``` 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']...

bug
triaged

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,...

stale

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...

enhancement
help wanted

Looks like the last push to pypi was Oct 2020. Can the latest stable be pushed to pypi?

triaged

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...

stale