ctl upg pipeline typo fix
Change-Id: I419703fb503db06fde5f0d9e58f0160d26d1695d
diff --git a/openstack-control-upgrade.groovy b/openstack-control-upgrade.groovy
index fcb1efa..333c16b 100644
--- a/openstack-control-upgrade.groovy
+++ b/openstack-control-upgrade.groovy
@@ -64,9 +64,9 @@
try {
- ssalt.cmdRun(saltMaster, 'I@salt:master', "salt-key -d upg01.${domain} -y")
+ salt.cmdRun(saltMaster, 'I@salt:master', "salt-key -d upg01.${domain} -y")
} catch (Exception e) {
- common.warningMsg('does not match any accepted, unaccepted or rejected keys. The key did not exist yet or was already removed. We should continue to run')
+ common.warningMsg("upg01.${domain} does not match any accepted, unaccepted or rejected keys. The key did not exist yet or was already removed. We should continue to run")
}