commit | d45fda518b51dce2ce74080b215dc437e092ddb6 | [log] [tgz] |
---|---|---|
author | Denis Egorenko <degorenko@mirantis.com> | Wed Mar 10 17:02:10 2021 +0400 |
committer | Denis Egorenko <degorenko@mirantis.com> | Wed Mar 10 17:02:10 2021 +0400 |
tree | 905f3f977e6f0c43d535616a3c8743bed850ce97 | |
parent | 61219b254ff4e23051cd7afaee5faabaa9b7b4b3 [diff] [blame] |
Fix typo for Ceph errorMsg call Change-Id: Ica101bd5afca056dfe3fc9889dc7b084f5830c96 Related-Prod: PROD-36208
diff --git a/src/com/mirantis/mk/Ceph.groovy b/src/com/mirantis/mk/Ceph.groovy index 79083bc..72e644f 100644 --- a/src/com/mirantis/mk/Ceph.groovy +++ b/src/com/mirantis/mk/Ceph.groovy
@@ -267,7 +267,7 @@ cmdRunOnTarget(master, hypervisor, "virsh undefine $fqdn") } else { - common.ErrorMsg("There is no provider in pillar for $hostname") + common.errorMsg("There is no provider in pillar for $hostname") } }