~cgrabowski/maas:maas_cli_read_boot_resource_as_bytes

Last commit made on 2021-09-02
Get this branch:
git clone -b maas_cli_read_boot_resource_as_bytes https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
maas_cli_read_boot_resource_as_bytes
Repository:
lp:~cgrabowski/maas

Recent commits

6b57a13... by Christian Grabowski

update doc string

efd39b3... by Christian Grabowski

remove rb from make_Content to have the same behavior as what's actually passed to action

a2109f5... by Christian Grabowski

read boot resources as bytes

46ada37... by Adam Collard

Minor improvements to release-status to guide on issues

bf008c2... by Caleb Ellis

Update maas-ui to b6e3a7af
feat(ui): display action title in header if action selected (#3016)

c60e053... by Alberto Donato

drop unused parameters from get_driver_types

9b1d8c3... by Alberto Donato

add validation when importing a Certificate

- check that the private key doesn't have a password
- check that the material includes both private and public keys
- check that private and public keys match

84d311e... by Björn Tillenius

Delete dynamic host machine when deleting VM host.

If you create a VM host and the host machine isn't registered in MAAS,
it will be automatically created and marked as 'dynamic'.

Delete such machines when deleting a VM host, to keep it consistent
with how it works for controllers.

e138e57... by Björn Tillenius

Unify factory methods for creating controllers.

There were several different methods for creating a controller,
depending on whether you want a rack, region, or rack+region.

Now all the methods use the same base method, so that you get the same
behavior, no matter what type of controller you're creating.

I also explicitly listed the parameters, since it's easier to
understand. And it revealed that we had some tests that passed
power_type, which doesn't make sense, since the BMC is unconditionally
set to None.

fc27c2d... by Caleb Ellis

Update maas-ui to f598f817
fix(legacy): fix legacy edit DHCP snippets enabled value (#3006)