Merge "Fix devstack plugin"

This commit is contained in:
Jenkins 2017-07-20 09:27:49 +00:00 committed by Gerrit Code Review
commit 1500bee1c6
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ function init_watcher {
recreate_database watcher
# Create watcher schema
$WATCHER_BIN_DIR/watcher-db-manage --config-file $WATCHER_CONF upgrade head
$WATCHER_BIN_DIR/watcher-db-manage --config-file $WATCHER_CONF upgrade
fi
create_watcher_cache_dir
}