From 4d449b76c47309db0f6e1fa82990ea8dd70beae6 Mon Sep 17 00:00:00 2001 From: sslypushenko Date: Thu, 10 Nov 2016 16:23:14 +0200 Subject: [PATCH] Minor fix in docker scripts Changes in oslo broke ./run_in_docker script, to be precise, one of subcommands 'api-db-version' unexpectedly changed output and become too verbose. This patch fixes this issue. Change-Id: I159585ecc5ccdb4ad22522175dac70841b4125a2 --- docker/scripts/api-db-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/api-db-version b/docker/scripts/api-db-version index fbce84dc..b1d919d3 100755 --- a/docker/scripts/api-db-version +++ b/docker/scripts/api-db-version @@ -1,2 +1,2 @@ #!/bin/bash -/home/dev/refstack/.venv/bin/python /home/dev/refstack/bin/refstack-manage version 2>/dev/null \ No newline at end of file +/home/dev/refstack/.venv/bin/python /home/dev/refstack/bin/refstack-manage --log-file /dev/null version 2>/dev/null