lp:~rvb/maas/1.5-bug-1298790

Created by Raphaël Badin and last modified
Get this branch:
bzr branch lp:~rvb/maas/1.5-bug-1298790
Only Raphaël Badin can upload to this branch. If you are Raphaël Badin please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Raphaël Badin
Project:
MAAS
Status:
Merged

Recent revisions

2219. By Raphaël Badin

Backport revision 2219: 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.

2213. By Jeroen T. Vermeulen

[r=allenap][bug=1295479][author=jtv] Remove remains of the old import script: tests, and the passing of archive URLs (not used by Simplestreams) through environment variables.

2212. By Jeroen T. Vermeulen

[r=jtv][bug=][author=jtv] Clarify a phrase in the maas-import-pxe-files manpage.

2211. By Jeroen T. Vermeulen

[r=rvb][bug=][author=jtv] Unit-test a few more of the functions in the new import script. Undo an accidental change which had boot_merge overwriting existing entries.

2210. By Jeroen T. Vermeulen

[r=julian-edwards,rvb][bug=][author=jtv] Update some bits of the maas-import-pxe-files manpage that were specific to the old script.

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