commit | 3ec78a2e63d83dd3249379847a6e8cf5c70c3cc0 | [log] [tgz] |
---|---|---|
author | Mykyta Karpin <mkarpin@mirantis.com> | Tue Jul 10 12:27:09 2018 +0300 |
committer | Mykyta Karpin <mkarpin@mirantis.com> | Tue Jul 10 09:27:53 2018 +0000 |
tree | db60ee31e80404896662cccc314c671336c757a5 | |
parent | b1eaba90d4ea529402ef2066b4c0e0f717e22184 [diff] |
Add common import to compute Change-Id: I8572392bda6a4526567158dc1e49cb6315ba2a01
diff --git a/src/com/mirantis/mk/Orchestrate.groovy b/src/com/mirantis/mk/Orchestrate.groovy index 765c8ca..d9a50e8 100644 --- a/src/com/mirantis/mk/Orchestrate.groovy +++ b/src/com/mirantis/mk/Orchestrate.groovy
@@ -531,6 +531,7 @@ def installOpenstackCompute(master, extra_tgt = '') { def salt = new com.mirantis.mk.Salt() + def common = new com.mirantis.mk.Common() // Configure compute nodes def compute_compound = "I@nova:compute ${extra_tgt}" if (salt.testTarget(master, compute_compound)) {