From 3646a59eac0b3bdacce664ad24fbfb16cbdcc133 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 7 Dec 2018 23:12:11 -0500 Subject: [PATCH] functional: use default admission_control_list values The functional jobs are currently deploying with an empty list of admission control list which means that the service token controller does not go up resulting in the cluster failing to go up. This patch drops that so it uses the default values of the admission controllers in order to get the cluster to go up cleanly. Change-Id: I0fdd65a9859f34e202016c37620f553623ef8a3e --- magnum/tests/functional/k8s/test_k8s_python_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/magnum/tests/functional/k8s/test_k8s_python_client.py b/magnum/tests/functional/k8s/test_k8s_python_client.py index 973f9da440..696812820b 100644 --- a/magnum/tests/functional/k8s/test_k8s_python_client.py +++ b/magnum/tests/functional/k8s/test_k8s_python_client.py @@ -22,7 +22,6 @@ class TestKubernetesAPIs(base.BaseK8sTest): "labels": { "system_pods_initial_delay": 3600, "system_pods_timeout": 600, - "admission_control_list": "", "kube_dashboard_enabled": False, } }