~andreserl/maas:lp1664822

Last commit made on 2017-07-12
Get this branch:
git clone -b lp1664822 https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
lp1664822
Repository:
lp:~andreserl/maas

Recent commits

7a8fe32... by Andres Rodriguez

Update docstrings

8655ada... by Andres Rodriguez

Fix lint

7928632... by Andres Rodriguez

Add missing tests

3ba4079... by Andres Rodriguez

Revert removal of blank line

631e799... by Andres Rodriguez

Merge branch 'master' of git+ssh://git.launchpad.net/maas into lp1664822

fd19ef2... by Andres Rodriguez

Enable IPMI over LAN if disabled

bb6ed43... by Andres Rodriguez

LP: #1703713 - Fix missing link on domain details page

0ee670a... by Andres Rodriguez

LP: #1703713 - Fix missing link on domain details page

250ce9c... by Mike Pontillo

Add index on family(ip) for each StaticIPAddress.

 * This change greatly improves the execution time of the
   maasserver_routable_pairs view.

LP: #1702669

6fcca7f... by Newell Jensen

Update the disk when editing the disk in the UI and not only the filesystem. This saves a new disk name if that was changed. Code for any filesystem updates is still in tact via the machine websocket handler update_disk method.