fuel-library/deployment/puppet/heat/templates/heat_db_sync.sh.erb

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