fuel-library/deployment/puppet/heat/templates/heat_db_sync.sh.erb
2013-10-17 14:11:04 +04:00

7 lines
122 B
Plaintext

#!/bin/sh
if [ -f "/usr/bin/heat-manage" ]; then
/usr/bin/heat-manage db_sync
else
/usr/bin/python -m heat.db.sync
fi