Run DB sync in cinder element post configure.

Change-Id: I1a5303f7df26d3bf4c4e8107b6d1291d9bf8357f
This commit is contained in:
Dan Prince 2013-11-20 10:18:51 -05:00
parent 9a4bc1e746
commit 564e4007d6
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
set -eu
/opt/stack/venvs/cinder/bin/cinder-manage db sync
service cinder-api restart
service cinder-volume restart
service cinder-scheduler restart