diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-06-09 15:31:26 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-06-09 16:00:46 +0200 |
commit | 5614c29ce1132ac8ee05687910248134d0f5c766 (patch) | |
tree | 59d07118d90bacaef24c2b6d520ce58390012b87 /pkg/k8s.io | |
parent | 643a692360bf769d12dc8b73acaa3481b0f07992 (diff) | |
download | podman-5614c29ce1132ac8ee05687910248134d0f5c766.tar.gz podman-5614c29ce1132ac8ee05687910248134d0f5c766.tar.bz2 podman-5614c29ce1132ac8ee05687910248134d0f5c766.zip |
compat api: fix regressions from "Swagger refactor/cleanup"
For some reason commit 5b79cf15a022 moved the container create options
parsing from cmd/podman/common to pkg/api/handlers. However it did not
remove the old code. Unfortunately it moved the code from an outdated
version and did not update it before this commit was merged.
Therefore a couple of regressions were introduced. I manually compared
both versions and found three missing bugfixes.
I fixed the network test again that was changed in bce97a3b5dd1. We
want bridge as default even as rootless. Sine the test is not run as
rootless in CI the regression was not caught.
Also the no hosts test never worked since it was missing the import
check if the hosts file exists.
I don't think we can check for the volume parsing change since this only
works on windows/wsl.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'pkg/k8s.io')
0 files changed, 0 insertions, 0 deletions