LCVcode / jockey

MIT License
2 stars 3 forks source link

Containers should be yielded by `get_machines` function #13

Closed LCVcode closed 5 months ago

LCVcode commented 5 months ago

Current behavior:

get_machines returns a generator of all physical machines (machines without "lxd" in the name).

Expected behavior:

get_machines returns a generator of all machines, regardless of whether they are physical, virtual, or containers.