4d449b76c4
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
3 lines
128 B
Bash
Executable File
3 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
/home/dev/refstack/.venv/bin/python /home/dev/refstack/bin/refstack-manage --log-file /dev/null version 2>/dev/null
|