commit | 7ebd00629546905be114e372002a5707f7828e8e | [log] [tgz] |
---|---|---|
author | Ales Komarek <akomarek@mirantis.com> | Tue Jan 03 10:59:29 2017 +0100 |
committer | Ales Komarek <akomarek@mirantis.com> | Tue Jan 03 10:59:29 2017 +0100 |
tree | 3b8ffad09fcbedd2a1c9fe8d83831c5281b7931d | |
parent | eedc222d33857dbd51da9eb297c776fda9e45ee1 [diff] |
Hackfix Change-Id: Ia09d93153ac5e62666db11ec9c895b2074686ada
diff --git a/src/com/mirantis/mk/openstack.groovy b/src/com/mirantis/mk/openstack.groovy index 6702be6..ec840d8 100644 --- a/src/com/mirantis/mk/openstack.groovy +++ b/src/com/mirantis/mk/openstack.groovy
@@ -212,7 +212,7 @@ cmd = "heat output-show ${name} ${outputParam}" output = runOpenstackCommand(cmd, env, path) echo("${cmd}: ${output}") - return output.substring(1, output.length()-1) + return "${output}".substring(1, output.length()-1) } /**