~bjornt/maas:pod-allocate-pool

Last commit made on 2018-02-01
Get this branch:
git clone -b pod-allocate-pool 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-allocate-pool
Repository:
lp:~bjornt/maas

Recent commits

85040ef... by Björn Tillenius

When allocating a machine via the APi, don't try
to compose a machine in a pod which isn't in a resource
pool the user doesn't have access to.

57e39ff... by Björn Tillenius

Add a default pool for pods.

The default pool is used when new machines are composed. This is the model only.
Further work will follow.

6fad66c... by Blake Rouse

Fix the twisted logger to print exceptions. Fix issue where filtering of UNIX socket log messages was not working.

95c5d61... by Alberto Donato

fix user group validation message

e166d46... by Mike Pontillo

Fix deprecated attr.ib paramter.

 * Rename 'convert=' to 'converter='.
   See https://github.com/python-attrs/attrs/issues/307

36475d3... by Lee Trager

Don't autoselect for_hardware scripts in the UI

0ab164e... by Alberto Donato

Add UserGroup model, assign all users to it by default.

284a6a0... by Newell Jensen

Add owner and AUDIT level filter to API endpoint.

8b0568f... by Andres Rodriguez

Drop apache2 from devenv.

35e9912... by Björn Tillenius

Fix the snap so that regiond and rackd can start.

Changes were made to snap/bin/run-regiond and run-rackd to execute /usr/bin/regiond. But the file were added to /bin/regiond and with the wrong shebang.