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

Move MAAS org to Canonical Org The repo will migrate after this MP closes

Fix assertion error when invoking make_payloads with float instance.

The create_machine API in Maas supports a `skip_bmc_config` flag. When set to true, this flag skips the bmc config so that a new user is not created. This is a...

uses bump2version to update version in setup.py, should allow manual triggering when needed Includes some file formatting to allow extra linting & tests to pass

From the MaaS UI, we can create openvswitch bridges. However, we can not from python-libmaas. I am using python-libmaas from master of this git repo, dated 2023-10-23, commit `fec3b5023f9d618ba61e9d9108a345300216d8c3`. Example:...

stale

Before this running this code would result in: ``` maas/client/utils/__init__.py:341: SyntaxWarning: invalid escape sequence '\|' ```

Add support for ephemeral_deploy and enable_hw_sync parameters to deploy(). closes: #300

It would be great if we can add support to pass on additional parameters to deploy(), this can include ephemeral_deploy, enable_hw_sync and such. Thank you, Alan

bug
triaged

Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

The `hardware_info` field returned from the `machine read` API is not currently represented in `python-libmaas`. This field should contain information such as the following: ```json "hardware_info": { "system_vendor": "Canonical", "system_product":...