Merge "Fixed name of the log file on VM"

This commit is contained in:
Jenkins 2014-04-23 09:05:06 +00:00 committed by Gerrit Code Review
commit ab1c1b0ccc
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[DEFAULT]
debug=True
verbose=True
log_file = /var/log/murano-agnet.log
log_file = /var/log/murano-agent.log
storage=/var/murano/plans

View File

@ -4,7 +4,9 @@ service murano-agent stop
AgentConfigBase64='%AGENT_CONFIG_BASE64%'
mkdir /etc/murano
if [[ ! -d /etc/murano ]]; then
mkdir /etc/murano
fi
echo $AgentConfigBase64 | base64 -d > /etc/murano/agent.conf
chmod 664 /etc/murano/agent.conf