~mpontillo/maas:disallow-slash-zero-subnets--bug-1672947

Last commit made on 2018-02-02
Get this branch:
git clone -b disallow-slash-zero-subnets--bug-1672947 https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
disallow-slash-zero-subnets--bug-1672947
Repository:
lp:~mpontillo/maas

Recent commits

8062000... by Mike Pontillo

LP: #1672947 - Disallow subnets with prefixlen=0

eb76a65... by Björn Tillenius

Ignore pending deferreds that belong to internal Twisted.

The test cleanup checks that there are no pending deferreds in the
application code. It ignored deferreds belonging to crochet internals,
and since the switch to asyncio, we also need to ignore deferreds from
the aysncreactor internals.

1dd48b4... by Newell Jensen

Add function in Audit helpers to get the client IP address from django request.

f01e6e1... 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

42f677c... by Andres Rodriguez

debian/control: Add depends on python3-uvloop.

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