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:
parent
701b1ed5f3
commit
4d449b76c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user