~blake-rouse/maas:storage-pools-upgrade-notification

Last commit made on 2018-05-23
Get this branch:
git clone -b storage-pools-upgrade-notification https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
storage-pools-upgrade-notification
Repository:
lp:~blake-rouse/maas

Recent commits

3c1c459... by Blake Rouse

Fix formatting.

e6f9d9e... by Blake Rouse

Update message.

43d3a9d... by Blake Rouse

Set created and updates in migration.

a86ef2b... by Blake Rouse

Its admins not admin.

b21a5b5... by Blake Rouse

Add migration to create notification.

9d89484... by Alberto Donato

include domain in caveats returned by identity_from_context too

b40f17c... by Björn Tillenius

Fix the get_pod_storage_pools method.

It called self.list_pools() with arguments, but list_pools() doesn't
accept any arguments.

Tests were passing, since list_pools() was mocked in the tests. I added
a new fake, which can be used to mock things at a lower level, so that
more of the functionality can be tested.

217f03e... by Blake Rouse

Upgrade from using default_storage_pool power parameter to using the new default_storage_pool foreign key set on the Pod.

This allows the old path to work by handling the default_storage_pool set on the power_parameters to still propagate to the rack controller. The new way overrides this setting on compose and on refresh of the pod the setting in power_parameters in the pod is migrated to the model.

9c1faa0... by Alberto Donato

add configauth option to select which candid domain to authenticate users with

e85744c... by Blake Rouse

Model and discovery storage pools on virsh pods. Add storage pools to API output for pods.