~newell-jensen/maas:lp1761584

Last commit made on 2018-04-10
Get this branch:
git clone -b lp1761584 https://git.launchpad.net/~newell-jensen/maas
Only Newell Jensen can upload to this branch. If you are Newell Jensen please log in for upload directions.

Branch merges

Branch information

Name:
lp1761584
Repository:
lp:~newell-jensen/maas

Recent commits

4e40628... by Newell Jensen

LP: #1761584 -- Create default storage pool 'maas' for virsh pods if no default storage pool is present.

a0b2377... by Lee Trager

Fix spacing

93d713c... by Andres Rodriguez

Only issue ipmi_chassis_config on power on.

7ad4579... by Mike Pontillo

Add ability to set the default domain using the API.

8c43f95... by Alberto Donato

add grant/revoke_group methods for resource pools, add consistency checks when removing a user or a group from a pool

98dfbe9... by Blake Rouse

Fixes LP: #1761326 - Fix issue where DNS would never be updated after initial update.

This was actually a code issue on how the asyncioreactor was installed. Original the code would force install the asyncioreactor which meant that other modules that imported the old reactor would still reference the old reactor. So any defer that was created on the old reactor would never resolve. Now the asyncioreactor uses the install function that ensures that it is the only reactor and if not it will raise an ImportError.

aa74361... by Alberto Donato

run karma separately for each browser

416caa7... by Mike Pontillo

Add GlobalDefault model.

 * Use GlobalDefault model for get_default_domain().

7a167af... by Karl Williams

Fix the widths of the columns in the images table

055cd12... by Blake Rouse

Remove all the YUI code, dependencies, and tests. Replace the last remaining YUI module with a Angular directive.