Fix devstack plugin
This patch set fixes devstack plugin by removing head keyword from watcher-db-manage. It is related to https://review.openstack.org/#/c/483825/ Change-Id: I3dcea6ae799c94a882e68d66920c5cd87d83d85e
This commit is contained in:
parent
0ddfa278ef
commit
8167eec625
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user