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
This commit is contained in:
sslypushenko 2016-11-10 16:23:14 +02:00 committed by sslipushenko
parent 701b1ed5f3
commit 4d449b76c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
/home/dev/refstack/.venv/bin/python /home/dev/refstack/bin/refstack-manage version 2>/dev/null
/home/dev/refstack/.venv/bin/python /home/dev/refstack/bin/refstack-manage --log-file /dev/null version 2>/dev/null