remove Openstack stuff from Kubernetes install

Change-Id: Iecbf426ce06f7163eadada2a14211d4271ced8f4
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index d105d9f..12db6d1 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -234,7 +234,6 @@
                 if (common.checkContains('STACK_INSTALL', 'contrail')) {
                     stage('Install Contrail for Kubernetes') {
                         orchestrate.installContrailNetwork(saltMaster)
-                        orchestrate.installContrailCompute(saltMaster)
                         orchestrate.installKubernetesContrailCompute(saltMaster)
                     }
                 }