commit | de550190a1ba46ef1ce3e197c6e5360afaca696e | [log] [tgz] |
---|---|---|
author | Filip Pytloun <fpytloun@mirantis.com> | Thu Mar 16 09:24:42 2017 +0000 |
committer | Gerrit Code Review <gerrit2@8d47cb36f245> | Thu Mar 16 09:24:43 2017 +0000 |
tree | b07a3e0f80d123a08729c65fa634e296ce5d3ea8 | |
parent | 5e442a366eb66635752591c3fda2227ee75972f6 [diff] | |
parent | 374cc3838bf024d1c78a35974800e20f5d8dd9bc [diff] |
Merge "Update-packages and change-configs pipelines"
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy index b36543a..f134316 100644 --- a/lab-pipeline.groovy +++ b/lab-pipeline.groovy
@@ -103,9 +103,9 @@ currentBuild.description = "${HEAT_STACK_NAME}: ${saltMasterHost}" if (INSTALL.toLowerCase().contains('kvm')) { - saltPort = 8088 + saltPort = 6969 } else { - saltPort = 8000 + saltPort = 6969 } SALT_MASTER_URL = "http://${saltMasterHost}:${saltPort}"