~adam-collard/maas:bump-version-2.7

Last commit made on 2019-07-26
Get this branch:
git clone -b bump-version-2.7 https://git.launchpad.net/~adam-collard/maas
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
bump-version-2.7
Repository:
lp:~adam-collard/maas

Recent commits

5d147a1... by Adam Collard

Bump DEFAULT_VERSION to 2.7.0

a7d75cd... by Steve Rydz

make dhcp snippets table a directive and add to vlan, subnet and node detail views

7273a8c... by Steve Rydz

fix subnets pages regressions

5f8dc62... by Steve Rydz

fix kvm and images regressions

b299814... by Steve Rydz

fix device list regressions

285664b... by Steve Rydz

fix device details regressions

b88d17e... by Steve Rydz

fix network discovery regressions

1d00076... by Alberto Donato

snap: fix snapcraft-preload to only redirect /dev/shm paths

45dd24a... by Alberto Donato

snap: add layout for /etc/libvirt

This makes "virsh" work in the snap, allowing use of both KVM pods and adding machines with virsh power type

86829f9... by Blake Rouse

Add the temp_expires_on field to the StaticIPAddress model.

Field is used for assignment of AUTO IP addresses. Field is set to a time in the future for IP address assignment, once the IP is checked and its free then the field is cleared. If the checking process where to crash a cleanup task is run to free any expired assignments based the desired time.