commit | 8d133397c30172792d95aa7e5ebd494f26671f9b | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Aug 11 21:07:27 2017 +0000 |
committer | Gerrit Code Review <gerrit2@7fdf03a22773> | Fri Aug 11 21:07:28 2017 +0000 |
tree | f16577779dff5c00debb5b6449a267a81324926b | |
parent | f72096df891b432bc2886a843939d5ec2f416287 [diff] | |
parent | ed497ac5bf2e552dc2716a35cbd07833e3f1cdb7 [diff] |
Merge "Try to fix heat powered labs"
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index 3d70c42..b8ac3b0 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -142,7 +142,8 @@ } def legacy_env = false; - if (STACK_TEMPLATE.startsWith('virtual_') && !STACK_TEMPLATE.contains('aio')) { + //FIXME: + if (false && STACK_TEMPLATE.startsWith('virtual_') && !STACK_TEMPLATE.contains('aio')) { legacy_env = true; }