nixosTests.etcd-cluster: fix test

match changes in 25f3323d60
This commit is contained in:
zowoq 2023-05-24 13:14:36 +10:00
parent b69c6cf6ea
commit 3865e5f46e

View File

@ -79,7 +79,7 @@ import ./make-test-python.nix ({ pkgs, ... } : let
keyFile = etcd_key;
certFile = etcd_cert;
trustedCaFile = ca_pem;
peerClientCertAuth = true;
clientCertAuth = true;
listenClientUrls = ["https://127.0.0.1:2379"];
listenPeerUrls = ["https://0.0.0.0:2380"];
};