Merge "edit-glance-manage-command-for-recreate-db"

This commit is contained in:
Jenkins 2013-11-26 11:53:02 +00:00 committed by Gerrit Code Review
commit 5221163125

View File

@ -172,7 +172,7 @@ function init_glance() {
recreate_database glance utf8
# Migrate glance database
$GLANCE_BIN_DIR/glance-manage db_sync
$GLANCE_BIN_DIR/glance-manage db sync
create_glance_cache_dir
}