Run DB sync in nova-baremetal element post conf.

Change-Id: I3a73624b22999080e806b67e12a02358ad971cfe
This commit is contained in:
Dan Prince 2013-11-20 10:09:10 -05:00
parent 543a2529fc
commit f75008eecd
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
set -eux
/opt/stack/venvs/nova/bin/nova-baremetal-manage db sync
service nova-baremetal-deploy-helper restart