The install_image and compression_tools parameters were missing from the test cluster config for 2.12, and this patch adds them there.
Signed-off-by: Hrvoje Ribicic <[email protected]> --- test/data/cluster_config_2.12.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/data/cluster_config_2.12.json b/test/data/cluster_config_2.12.json index 9d48ebe..a7e19b4 100644 --- a/test/data/cluster_config_2.12.json +++ b/test/data/cluster_config_2.12.json @@ -14,6 +14,7 @@ "candidate_certs": {}, "candidate_pool_size": 10, "cluster_name": "cluster.name.example.com", + "compression_tools": ["gzip", "gzip-fast", "gzip-slow"], "ctime": 1343869045.604884, "default_iallocator": "hail", "default_iallocator_params": {}, @@ -177,6 +178,7 @@ "xen_cmd": "xm" } }, + "install_image": "", "instance_communication_network": "", "ipolicy": { "disk-templates": [ -- 1.9.1.423.g4596e3a
