commit | de1ac68bd66ea0faa6a7cb700d52215357f252a9 | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Mon Aug 28 18:17:41 2017 +0200 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Mon Aug 28 18:17:41 2017 +0200 |
tree | 3c7dd97733a78755ca99f5605888a9506c5105eb | |
parent | 0aa35d50a2ee477db7f7b3fbe32c1e5552e863e2 [diff] |
fix master reference Change-Id: I13193168c9cdc80117adee96e56768060806a61c
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index 24df808..cdfbb17 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -242,7 +242,7 @@ orchestrate.installCephOsd(saltMaster) } - if (salt.testTarget(master, 'I@ceph:radosgw')) { + if (salt.testTarget(saltMaster, 'I@ceph:radosgw')) { orchestrate.installCephRadosgw(saltMaster) } }