~deadlight/maas:1774422-bridge-form

Last commit made on 2018-06-08
Get this branch:
git clone -b 1774422-bridge-form https://git.launchpad.net/~deadlight/maas
Only Karl Williams can upload to this branch. If you are Karl Williams please log in for upload directions.

Branch merges

Branch information

Name:
1774422-bridge-form
Repository:
lp:~deadlight/maas

Recent commits

82917e7... by Karl Williams

Remove duplicate 'input'

aba79c1... by Karl Williams

Properly nest .is-error classes and inputs. Validation fixes for HTML.

420fcb7... by Karl Williams

Fix layout of PXE radio button on creating a new bridge

9fd6210... by Karl Williams

LP: 1774422 - Restructure 'create bridge' form markup on machine interfaces

1f30b37... by Blake Rouse

Move set_up_dns from region only command to setup-dns maas-common.

This is needed by the rack controller that will also run bind9 when in rack-only mode.

d70d470... by Alberto Donato

LP: #1774538 - unset pool for nodes that are not machines, renumber patches

21ed07a... by Björn Tillenius

LP: #1774495 - Clicking on Zero of 15 ready for the default pools filters to undefined

23cb9f5... by Lee Trager

Remove StaticDriverTypesFixture again.

The StaticDriverTypesFixture was originall removed in 70f0c5b however it was
causing intermittent failures. These failures were due to get_all_power_types
returning a dictionary from the PowerDriverRegistry. As machines were added
this dictionary was modified and kept in memory allowing parameters to
leak between machine creates. This isn't happen over RPC because a new
dictionary was created on each RPC call. Now a deepcopy is used.

a50b660... by Alberto Donato

replace 'install' snap config entry with 'override-build', because of https://docs.snapcraft.io/deprecation-notices/dn9

1c834aa... by Björn Tillenius

Move the pool resource labels next to their input fields.