~mpontillo/maas:subnet-details-show-containers--bug-1761269

Last commit made on 2018-04-25
Get this branch:
git clone -b subnet-details-show-containers--bug-1761269 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:
subnet-details-show-containers--bug-1761269
Repository:
lp:~mpontillo/maas

Recent commits

ca0beb2... by Mike Pontillo

LP: #1761269 - Show containers as containers instead of devices on subnet details page

7dee2a0... by Lee Trager

Signal skipped when block devices commissioning script is run in a container.

The block devices commissioning script runs on both controllers and machines.
It can not be run in a container or in a snap. When this is detected the script exists early returning no information. 720fa5c allows scripts to
return skipped when unable to run, this case was missed.

As this case can only happen on controllers support has been added for
controllers to signal results back.

0582b0b... by Karl Williams

Correctly format Reserved Ranges edit form

2a01e0c... by Lee Trager

LP: #1766680 - Fix HTML formatting and add missing end tags

b955039... by Lee Trager

LP: #1761600 - Don't return deferLater value.

In b352322 MAAS was modified to use asyncio or uvloop as the backend for
twisted. The value of deferLater was returned in maybe_change_power_state
which fixes a number of unit tests. Doing this causes the defer to be
resolved with the caller instead of running later. This meant when a user
issues a power action, such as deploy or release, the websocket and
subsequent RPC call didn't resolve until the power action is completed.

This removes the return so the power action can happen later greatly
speeding up power actions. The unit tests are fixed by patching
deferLater in the tests to use maybeDeferred.

a69f7a7... by Alberto Donato

don't allow editing non-local groups

397148d... by Lee Trager

LP: #1761279 - Don't show hardware status tooltip when icon isn't shown.

b84a579... by Andres Rodriguez

LP: #1761813 - Better handle errors coming from simplestreams

3320122... by Mike Pontillo

LP: #1727392 - Make domain details page header consistent.

a71e2a5... by Karl Williams

Align number fields on DNS page to the right-hand side and reorder the columns