commit | eedc222d33857dbd51da9eb297c776fda9e45ee1 | [log] [tgz] |
---|---|---|
author | Ales Komarek <akomarek@mirantis.com> | Tue Jan 03 10:10:03 2017 +0100 |
committer | Ales Komarek <akomarek@mirantis.com> | Tue Jan 03 10:10:03 2017 +0100 |
tree | 5a32f0a63c7c09bd39b7d9856aed45174902a4e8 | |
parent | dce8b479cba49663035bece7db4bfe3078d87506 [diff] |
Debug output Change-Id: Ia3d3bb51c68529e1b1345f6d90b619e6bbe89d28
diff --git a/src/com/mirantis/mk/openstack.groovy b/src/com/mirantis/mk/openstack.groovy index 06ff885..6702be6 100644 --- a/src/com/mirantis/mk/openstack.groovy +++ b/src/com/mirantis/mk/openstack.groovy
@@ -211,6 +211,7 @@ def getHeatStackOutputParam(env, name, outputParam, path = null) { cmd = "heat output-show ${name} ${outputParam}" output = runOpenstackCommand(cmd, env, path) + echo("${cmd}: ${output}") return output.substring(1, output.length()-1) }