From d8a902a167b91ca4fde4ffeef55e9aa4907ae258 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 6 Apr 2022 11:55:40 +0200 Subject: API: use no_hosts from containers.conf The API endpoints should properly honour the `no_hosts=true` setting in containers.conf. Fixes #13719 Signed-off-by: Paul Holzinger --- test/apiv2/containers.no_hosts.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/apiv2/containers.no_hosts.conf (limited to 'test/apiv2/containers.no_hosts.conf') diff --git a/test/apiv2/containers.no_hosts.conf b/test/apiv2/containers.no_hosts.conf new file mode 100644 index 000000000..b4c78bedb --- /dev/null +++ b/test/apiv2/containers.no_hosts.conf @@ -0,0 +1,2 @@ +[containers] +no_hosts=true -- cgit v1.2.3-54-g00ecf