Closed michaelsatanovsky closed 3 years ago
[Work in progress PR]
Fixes #17
Crash when attempting to set multiple network devices using Python bindings during container creation.
Changes:
`ContainerNetworkList.__getitem__()' will create a new network by calling 'ContainerNetworkList.add()' if the requested index is not in bounds.
Signed-off-by: Michael Satanovsky michael.satanovsky@gmail.com
Can you rebase this branch down to a single commit?
Seems fine, ran the API test and things are passing and so is the suggested test in #17.
[Work in progress PR]
Fixes #17
Changes:
Signed-off-by: Michael Satanovsky michael.satanovsky@gmail.com