~blake-rouse/maas:fix-1779980-2.4

Last commit made on 2018-09-19
Get this branch:
git clone -b fix-1779980-2.4 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-1779980-2.4
Repository:
lp:~blake-rouse/maas

Recent commits

d3e4ebb... by Blake Rouse

Fixes #1779980 - Subtract superblock size overhead for RAID in size calculation.

b534c53... by Alberto Donato <email address hidden>

bacport a537e5a9d - LP: #1792023 - Fix local/external user check for MAASAPIAuthentication

457a79a... by Mike Pontillo

Backport 1d5bae995 - LP: #1790147 - Add tag_names field to rack and region controller API output.

43ee3ba... by Mike Pontillo

Backport 80dcada - LP: #1789721 - Workaround for StopIteration seen via get_source_address().

This works around a bug in netaddr that causes StopIteration to be raised when a /128 IPv6 network is passed in.

158c85d... by Alberto Donato

backport de05cce92 - LP: #1786828 - clear all session when changing authentication configuration

7c98c93... by Andres Rodriguez

Backport 3d9ace9 - LP: #1787381 - Prevent the UI from re-setting proxy config settings.

11e4fa3... by Andres Rodriguez

Backport e9b1946a - LP: #1786526 - Add a failsafe mechanism to setting the proxy port

6b61455... by Andres Rodriguez

Backport 87dc33a - LP: #1785721 - read/update/delete resource pool by name

Allows the API to read/update/delete resource pool by name. This is a backport to maintain backwards compatibility, given that resource pools is introduced in 2.4.1.

9573fb7... by Lee Trager

Backport of 5dd34ac - LP: #1784464 - Allow custom and Windows images to deploy with any supported DD format

bcb192c... by Lee Trager

Backport of 686d025 - Reset status_expires when MAAS receives cmd-install early/late from Curtin

When Curtin sends MAAS cmd-install/stage-early or cmd-install/stage-late
start or finish messages reset status_expires. This allows users to add
early/late commands which take up to 40 minutes to run.