~mpontillo/maas:workaround-netaddr-indexerror

Last commit made on 2018-02-08
Get this branch:
git clone -b workaround-netaddr-indexerror 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:
workaround-netaddr-indexerror
Repository:
lp:~mpontillo/maas

Recent commits

5da47fb... by Mike Pontillo

Ignore IndexError in get_eui_organization(). Works around bug #1748031.

83f7017... by Alberto Donato

add django authorization backend using macaroons, add dependencies to snap and deb

9f1b74e... by Newell Jensen

Create audit events for user creation and deletion via the API and UI.

f4520c9... by Andres Rodriguez

Update packaging to better handle the versioned upgrade

9b16fee... by Blake Rouse

Have MAAS control the workers and divide the work between a master process and the worker processes.

This is a big change in the way MAAS workers, as the master process now controls the workers. An IPC communication is created between the master at the workers. At the moment that IPC is very simple, but will grow as the postgres listener and the RPC connection work is moved from each worker to run in the master and a proxy in the workers.

2acf284... by Björn Tillenius

Depend on ubuntu-keyring instead of ubuntu-cloudimg-keyring

Version 2018.02.05 of ubuntu-keyring includes ubuntu-cloudimg-keyring.

8c4fe84... by Alberto Donato

fix warnings in tests because of direct many-to-many assignment

3fa59a7... by Blake Rouse

Remove the usage of getPage as its deprecated. Move the monkey patching of URI to the money module where it originally should have been.

4e9e079... by Newell Jensen

Audit events for user login and logouts.

07b062b... by Blake Rouse

Don't pass weak to disconnect a signal as its now deprecated and no longer does anything.

This removes the annoying warnings that Django keeps printing.