~newell-jensen/maas:lp1800483

Last commit made on 2018-10-29
Get this branch:
git clone -b lp1800483 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:
lp1800483
Repository:
lp:~newell-jensen/maas

Recent commits

ba48cee... by Newell Jensen

LP: #1800483 -- Do not use thin provisioning for LVM storage pools in virsh.

e657892... by Blake Rouse

Limit 1 query per request for rbac_url in RBACWrapper when rbac_url is empty.

4d27e35... by Lee Trager

LP: #1799862 - Handle lsblk errors and hangs in maas-run-remote-scripts

maas-run-remote-scripts uses lsblk to map storage devices that MAAS wants
tested to what they are on the booted system. If lsblk failed to run the
thread executing the test would never finish resulting in
maas-run-remote-scripts hanging. If lsblk fails to run or takes longer
than 60 seconds maas-run-remote-scripts will mark all tests which use a
storage parameter as a failure. The test log will show the failure occurred
because of lsblk.

401d6c7... by Andres Rodriguez

debian/rules: Restart maas-regiond after upgrade

5c0dd6e... by Anthony Dillon

LP: #1798431 - Replace the Ubuntu logo with Canonical

1f94845... by Anthony Dillon

Styling improvements to the KVM compose storage UI

7034167... by Blake Rouse

Use a thread-local to keep an RBACClient per request being handler per thread.

This simplifies the API for using RBAC in MAAS as well as its simple as asking rbac.is_enabled() and that will handle all the thread-local transparently.

d7d3123... by Alberto Donato

forward the --rbac-url option from maas init to configauth

5a41388... by Blake Rouse

Fix the versions of pexpect and ptyprocess in versions.cfg.

629adfd... by Lee Trager

LP: #1778916 - Display metrics using a two column table.