Merge branch 'add_1_0' of https://github.com/Mirantis/tcp-qa into add_1_0
diff --git a/tcp_tests/fixtures/salt_fixtures.py b/tcp_tests/fixtures/salt_fixtures.py
index 3b9c52b..57fb656 100644
--- a/tcp_tests/fixtures/salt_fixtures.py
+++ b/tcp_tests/fixtures/salt_fixtures.py
@@ -68,6 +68,7 @@
# Create Salt cluster
if config.salt.salt_master_host == '0.0.0.0':
commands = utils.read_template(config.salt_deploy.salt_steps_path)
+ LOG.info("##################Executing command ####### {0}".format(commands))
salt_actions.install(commands)
hardware.create_snapshot(ext.SNAPSHOT.salt_deployed)