~d0ugal/maas:improve-error-message

Last commit made on 2020-05-18
Get this branch:
git clone -b improve-error-message https://git.launchpad.net/~d0ugal/maas
Only Dougal Matthews can upload to this branch. If you are Dougal Matthews please log in for upload directions.

Branch merges

Branch information

Name:
improve-error-message
Repository:
lp:~d0ugal/maas

Recent commits

52ec0f8... by Dougal Matthews

Blacken code

cbc2b96... by Dougal Matthews

Update relevant tests

9676765... by Dougal Matthews

Improve the wording of a error message and the supported os

128e955... by Caleb Ellis

Update maas-ui to 779f3d03ae4d3f3b9932ad36347e3ab31e7feb5c

fca4925... by Kit Randel

Update maas-ui to 6e7f167d81f639730b30feead17876b2dcae2718

9997030... by Caleb Ellis

Update maas-ui to 88a566ffe315f199204f58963a369fbb73f2a28e

20c0715... by Alberto Donato

snap: add content interface to connect to the maas-test-db snap

b6e7ac5... by Björn Tillenius

Require the mode to be passed as a positional argument.

The idea is that when you run 'maas init' without any arguments, it will
explain how to initialise MAAS. Each mode/subcommand (region/rack) has
only the argument it needs, so that it's easier to know what to pass
when adding a rack server, for example.

The old --mode way of calling 'maas init' is still supported (including
passing 'all'), but will be deprecated for 2.8 in another branch.

a5c9c84... by Björn Tillenius

Don't always run snapcraft in 'make sync-dev-snap'.

Currently when you do changes in the source code and run 'make
sync-dev-snap' for an already built prime dir, snapcraft is run every
time.

Given that snapcraft is bad at detecting whether something changed, and
takes a long time doing so, it doesn't make sense to run it always.

0e8a574... by Lee Trager

Add the VM hosts API endpoint.

Pods are being renamed to VM hosts. Add a new endpoint, /2.0/vm-hosts
which is identical to the Pods endpoint.