Merge "Remove extra step for k8s state."
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index eca7d3a..291f799 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -284,7 +284,6 @@
                 stage('Install Contrail for Kubernetes') {
                     orchestrate.installContrailNetwork(saltMaster)
                     orchestrate.installContrailCompute(saltMaster)
-                    orchestrate.installKubernetesContrailCompute(saltMaster)
                 }
             }