Commit a3d328f3 authored by Spiros Koulouzis's avatar Spiros Koulouzis

implementing vm scaling

parent 72508c0c
......@@ -198,7 +198,7 @@ public class Consumer extends DefaultConsumer {
tam = new TopologyAnalysisMain(topTopologyLoadingPath);
if (!tam.fullLoadWholeTopology()) {
throw new Exception("sth wrong!");
throw new Exception("Could not load topology");
}
userCredential = getUserCredential(parameters, tempInputDirPath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment