Merge "Correct glance db_sync command"

This commit is contained in:
Jenkins 2014-01-02 18:08:12 +00:00 committed by Gerrit Code Review
commit 1b3a158b28

View File

@ -176,7 +176,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
}