Add logging for post_install

Change-Id: I7784252263ed57c03ec6c5290c134203f74f1479
This commit is contained in:
Andrey Shestakov 2015-08-18 17:10:52 +03:00
parent a8defc0a84
commit bd3d860645
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash -ex
exec > /tmp/fuel-plugin-ironic.log
package_path=$(rpm -ql fuel-plugin-ironic-1.0 | head -n1)
deployment_scripts_path="${package_path}/deployment_scripts"