@ -199,7 +199,6 @@ class TestClusterConductorWithK8s(base.TestCase):
' http_proxy ' : ' http_proxy ' ,
' https_proxy ' : ' https_proxy ' ,
' no_proxy ' : ' no_proxy ' ,
' tenant_name ' : ' fake_tenant ' ,
' username ' : ' fake_user ' ,
' cluster_uuid ' : self . cluster_dict [ ' uuid ' ] ,
' magnum_url ' : self . mock_osc . magnum_url . return_value ,
@ -298,7 +297,6 @@ class TestClusterConductorWithK8s(base.TestCase):
' server_image ' : ' image_id ' ,
' ssh_key_name ' : ' keypair_id ' ,
' swift_region ' : ' RegionOne ' ,
' tenant_name ' : ' fake_tenant ' ,
' tls_disabled ' : False ,
' trust_id ' : ' bd11efc5-d4e2-4dac-bbce-25e348ddf7de ' ,
' trustee_domain_id ' : self . mock_keystone . trustee_domain_id ,
@ -381,7 +379,6 @@ class TestClusterConductorWithK8s(base.TestCase):
' region_name ' : ' RegionOne ' ,
' registry_enabled ' : False ,
' ssh_key_name ' : ' keypair_id ' ,
' tenant_name ' : ' fake_tenant ' ,
' tls_disabled ' : False ,
' trust_id ' : ' ' ,
' trustee_domain_id ' : ' trustee_domain_id ' ,
@ -722,7 +719,6 @@ class TestClusterConductorWithK8s(base.TestCase):
' prometheus_monitoring ' : ' False ' ,
' grafana_admin_passwd ' : ' fake_pwd ' ,
' kube_dashboard_enabled ' : ' True ' ,
' tenant_name ' : ' fake_tenant ' ,
' username ' : ' fake_user ' ,
' cluster_uuid ' : self . cluster_dict [ ' uuid ' ] ,
' magnum_url ' : self . mock_osc . magnum_url . return_value ,