lp:~allenap/maas/dont-crash-when-selecting-fpi--bug-1293676

Created by Gavin Panella and last modified
Get this branch:
bzr branch lp:~allenap/maas/dont-crash-when-selecting-fpi--bug-1293676
Only Gavin Panella can upload to this branch. If you are Gavin Panella please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gavin Panella
Project:
MAAS
Status:
Development

Recent revisions

2223. By Gavin Panella

Improve error message when trying to switch between default and fast-path installers.

2222. By Gavin Panella

Fix UseCurtin's inhibit message.

2221. By Gavin Panella

Inhibit UseCurtin and UseDI actions when the use-fastpath-installer tag is defined with an expression.

2220. By Jeroen T. Vermeulen

[r=gmb][bug=][author=jtv] Unit-test boot_reverse.

2219. By Raphaƫl Badin

[r=jtv][bug=1298790][author=rvb] Add a "logout confirmation" page. Using this, the logout action is protected against CSRF attacks because it uses a POST request, in conjunction with Django's CSRF protection feature.

2218. By Jeroen T. Vermeulen

[r=allenap][bug=1300587][author=jtv] Remove the cloud_images_archive setting, which has become unused. And, stop passing the archive settings to the import script: it only cares about Simplestreams sources now, not archive URLs.

2217. By Gavin Panella

[r=jtv][bug=1300363][author=allenap] Take an advisory lock to prevent concurrent creation of the eventloops table.

Creating tables in PostgreSQL is a transactional operation like any
other. If the isolation level is not sufficient - the default in Django
- it is susceptible to races. Using a higher isolation level may lead to
serialisation failures, for example. Advisory locking side-steps this.

2216. By Blake Rouse

[r=jtv][bug=1300285][author=blake-rouse] Resolves issue where if a node does not provide an architecture type on dhcp request, or no other boot method is available for that architecture, the node still uses pxelinux.0 to boot.

2215. By Jeroen T. Vermeulen

[r=allenap][bug=][author=jtv] Drop unused NetworkListForm. It was probably just a development placeholder for unblocking other work, while someone else wrote NetworksListingForm which we actually use.

2214. By Jeroen T. Vermeulen

[r=allenap][bug=1299114][author=jtv] Fix inappropriate ValidationError when defining networks with nested (but non-identical) address ranges.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~maas-committers/maas/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers