~blake-rouse/maas:fix-1793340

Last commit made on 2018-09-25
Get this branch:
git clone -b fix-1793340 https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
fix-1793340
Repository:
lp:~blake-rouse/maas

Recent commits

0d24bcd... by Blake Rouse

Fix issue in test.

537d6bf... by Blake Rouse

Add migration to unlink BMC for none chassis.

5fef517... by Blake Rouse

Merge branch 'master' into fix-1793340

e5379a9... by Blake Rouse

Add the storage pool dropdown selection when composing a machine inside a KVM pod. Fix issue with add pod form CSS styling.

3f5d543... by Lee Trager

LP: #1660418 - Delete new versions of user uploaded BootResources by default.

80792f4... by Blake Rouse

Merge branch 'master' into fix-1793340

8b85985... by Andres Rodriguez

Drop jinja2 dependency for packaging/tests.

69d8c3d... by Newell Jensen

Add user_id and node_system_id to event model.

Update existing audit event log messages to new formats.

Remove user from the event model.

0b4ff82... by Spencer Seidel

Update generated API documentation

 * Change template language change from Jinja2 to Tempita
 * Show parameters by default (instead of collapsing them)
 * Add support for "required=true/false" option field
 * List http status codes instead of giving examples
 * Restrict types to a predefined set to help ensure consistency

4f2057a... by Mike Pontillo

LP: #1793497 - Move database activity on compose to the correct thread.

 * Rewrite async_compose_machine() with @inlineCallbacks for clarity.
 * Move get_requested_machine() to a deferToDatabase call.
 * Also fix a separate issue where the full stack trace was not shown
   at compose or discovery time.