~bjornt/maas:pod-delete-dynamic-host

Last commit made on 2021-09-02
Get this branch:
git clone -b pod-delete-dynamic-host https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
pod-delete-dynamic-host
Repository:
lp:~bjornt/maas

Recent commits

217ee17... by Björn Tillenius

Don't use @inlineCallbacks

7fb3dec... by Björn Tillenius

Use make_Controller

2285cb3... by Björn Tillenius

should be dynamically deleted.

cc3fbd3... by Björn Tillenius

Delete dynamically created nodes when deleting a pod.

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)

ac909e6... by Christian Grabowski

ensure valid base images are saved

09278e5... by stormrider <email address hidden>

Update maas-offline-docs to 99467f45
fix for redirect bug #1942115; issue is that discourse does not play well with redirects that contain anchors; will evenually have to change outbound URLs from UI to point to discourse landing pages, which can then point to doc anchors.

031cc07... by Alberto Donato

support using @= to pass params from files for all requests

It was previously only accepted for PUT/POST requests

b71b8b7... by Adam Collard

Add system_id to clone errors

Annotate JSON from Django form errors with system_id where we have it.