~blr/maas:compose-kvm-networking

Last commit made on 2018-09-25
Get this branch:
git clone -b compose-kvm-networking https://git.launchpad.net/~blr/maas
Only Kit Randel can upload to this branch. If you are Kit Randel please log in for upload directions.

Branch merges

Branch information

Name:
compose-kvm-networking
Repository:
lp:~blr/maas

Recent commits

3d947a4... by Kit Randel

Testfix.

a1ff232... by Kit Randel

Merge master

c5b5c6d... by Kit Randel

enX -> ethX.

72f9a7c... by Kit Randel

testfixes

0ec5c3d... 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.

99c0ad4... by Lee Trager

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

8130c81... by Andres Rodriguez

Drop jinja2 dependency for packaging/tests.

19b099a... 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.

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

4d960d3... 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.