install contrail first

Change-Id: I2aabafa84815c2957064bbaacb7eea8a7bfa34d7
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index aebca46..2f07d56 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -234,7 +234,7 @@
                 }
 
                 if (common.checkContains('STACK_INSTALL', 'contrail')) {
-                    state('Install Contrail for Kubernetes') {
+                    stage('Install Contrail for Kubernetes') {
                         orchestrate.installContrailNetwork(saltMaster)
                         orchestrate.installContrailCompute(saltMaster)
                     }