Run DB sync in heat-api element post configure.

Change-Id: I9d3f73751d9d90f077ee64d6ed2dc1485bcc96ec
This commit is contained in:
Dan Prince 2013-11-20 10:14:53 -05:00
parent 60caddc361
commit 9a4bc1e746
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash
/opt/stack/venvs/heat/bin/heat-manage db_sync
service heat-api restart
service heat-api-cfn restart
service heat-api-cloudwatch restart