~bjornt/maas:pod-handler-asyncio

Last commit made on 2021-09-01
Get this branch:
git clone -b pod-handler-asyncio https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
pod-handler-asyncio
Repository:
lp:~bjornt/maas

Recent commits

f2e9b5b... by Björn Tillenius

Fix async def.

343e737... by Björn Tillenius

Typo.

cf3d200... by Björn Tillenius

Allow wrapt import.

6bb2f2a... by Björn Tillenius

Lint.

1961c5d... by Björn Tillenius

Don't use @asynchronous in the pod websocket handler.

8c228a9... by Björn Tillenius

Allow async def to be used for pod handler tests.

23d6260... by Björn Tillenius

Add tests ensuring that pod.get_projects accepts credentials.

The pod.get_projects websocket method already can pass through the
certificate and private key.

This branch adds test to ensure that it works, and will continue
working. The mocking is moved to the RPC layer, so that this test will
start to fail if we change the RPC call to be more strict in the future.

b911f42... by Alberto Donato

allow VM hosts to be created when certs are not yet trusted

97e0a4f... by Björn Tillenius

Add a websocket function for generating a client certificate.

This can be used to generate a certificate to pass along when creating a VM
host.

4cb9408... by Alberto Donato

rework lxd power driver tests to use less mocks