~ltrager/maas:lp1813019

Last commit made on 2019-04-12
Get this branch:
git clone -b lp1813019 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1813019
Repository:
lp:~ltrager/maas

Recent commits

980821c... by Lee Trager

Fix broken test

6c3fe1f... by Lee Trager

Ensure block devices created with sampledata are at least 100GB for VMFS datastores.

93daabc... by Lee Trager

Andres fixes

bbf26aa... by Lee Trager

Fix lint

91f7b45... by Lee Trager

s/empty/blank/g

024004d... by Lee Trager

Merge branch 'master' into lp1813019

214007e... by Lee Trager

Accept VMware vCenter credentials and pass them to a deploying ESXi host.

013009f... by Steve Rydz

LP: #1823033 - Fix flash of warning before page fully loads

14126fb... by Steve Rydz

LP: #1823018 - Update tags dropdown

f93919e... by Björn Tillenius

LP: #1823105 - TFTP file transfer fails when no options are given

TFTP transfer times were tracked by replacing the current session, which
might have been started already at the time it was replaced.

Now instead of replacing the session we decorate its cancel() method to
track the transfer time.