From 8167eec6253db37adbe5cfcc7025c74bd159e3b0 Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Thu, 20 Jul 2017 11:44:06 +0300 Subject: [PATCH] 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 --- devstack/lib/watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/watcher b/devstack/lib/watcher index 69a855e..a0fd2c4 100644 --- a/devstack/lib/watcher +++ b/devstack/lib/watcher @@ -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 }