Run DB sync in keystone element post configure.

Change-Id: I82c6a0c6df292239c836ea93a225691d85f67fd1
This commit is contained in:
Dan Prince 2013-11-20 10:24:02 -05:00
parent 8b93105b86
commit 6f6b277fe0
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#!/bin/bash
set -eu
/opt/stack/venvs/keystone/bin/keystone-manage db_sync
service keystone restart