~ya-bo-ng/maas:fix-ssl-cancel

Last commit made on 2018-03-21
Get this branch:
git clone -b fix-ssl-cancel https://git.launchpad.net/~ya-bo-ng/maas
Only Anthony Dillon can upload to this branch. If you are Anthony Dillon please log in for upload directions.

Branch merges

Branch information

Name:
fix-ssl-cancel
Repository:
lp:~ya-bo-ng/maas

Recent commits

dca3dda... by Anthony Dillon

Fix the cancel when adding a SSL key

918fd0e... by Newell Jensen

Add over commit ratios for CPU and memory to Pod model.

45d1bbb... by Blake Rouse

Fixes LP: #1756985 - Fix websocket from setting the default for select power parameter types incorrectly. Return a deepcopy of the RPC cached result so the cache cannot be corrupted.

8a4b545... by Lee Trager

Instead of polling osinfo pull it on page load.

Previously osinfo was polled every 10s. This caused the region to run multiple database queries and RPC calls for every client. Now this data is
loaded only on page load. Switching between pages will cause the osinfo to be
reloaded ensuring the data up to date for the user.

7440111... by Alberto Donato

add notification for the settings page about externally-authenticated users

1ddc1a1... by Karl Williams

Images page: display "other images" checkbox lists inline rather than stacked

93384a9... by Anthony Dillon

Adjust the width of the contextual menu to be no smaller then the button.

b5374a0... by Andres Rodriguez

Drop 'tgt' from the rack controller details page

64a5103... by Andres Rodriguez

debian/control: Depends on libvirt-clients

1672d1b... by Blake Rouse

Fixes LP: #1754493 - Call import boot images again if trigger for import when an import is already running.

This fixes an issue where the rack could still be performing an update with old data when the region triggers the rack to import again. This allows up to 1 import to run after the current import is finished. This will ensure that the rack controller will get always match the regiond images.