~blake-rouse/maas:cache-rack-service-state

Last commit made on 2018-02-12
Get this branch:
git clone -b cache-rack-service-state 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:
cache-rack-service-state
Repository:
lp:~blake-rouse/maas

Recent commits

83f0c91... by Blake Rouse

Fixes LP: #1748569 - Only update the region when the service status change.

c70f02a... by Andres Rodriguez

Update packaging to match 2.4.0-a1 release and 2.4.0-a2 opening

12ee233... by Mike Pontillo

websockets: Enable DNSResource and DNSData editing.

 * Add update method on domain websocket.
 * Refactor code to ensure users have admin privileges for editing a domain.
 * Add create, update, and delete methods on domain websocket for
   DNSData and DNSResource objects.
 * Refactor SQL query for resource records to optionally include database IDs.
 * Ensure zone generator gets results in the old format, so that it is not
   confused by the addition of any database IDs.
 * Refactor JSON websocket output to include database IDs.

88854aa... by Andres Rodriguez

LP: #1739761 - Addd the ability to deploy a precise squashfs image.

3113b76... by Björn Tillenius

Don't prompt for a password in createadmin if external auth is used.

If IDM is used for authentication, we still want to use createadmin
to precreate the admin. Prompting for a password is only confusing,
though, since it won't be used.

b21dc1b... by Björn Tillenius

Add a CLI command to configure external authentication.

Currently configuring external authentication won't do anything, but
the config will later be used to trigger authentication via IDM.

c5bfc86... by Blake Rouse

Don't use twisted plugin cache. Load the plugins inside of MAAS source code.

This removes the need for twisted to update the dropin.cache file along with removing the need of installing the twisted plugin files in the python twisted namespace.

d3b1977... by Newell Jensen

Add remaining audit event types.

2ac4bef... by Newell Jensen

Add audit events for SSL keys.

00a60cb... by Mike Pontillo

Ignore IndexError in get_eui_organization().

 * Works around bug #1748031.