aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/constants.py
blob: 8fbc82f0e3c7b75b278ce54fe1a7c8517f709086 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG_SAMPLE = '/etc/yardstick/config.yaml'

RELENG_DIR = 'releng.dir'

DOCKER_URL = 'unix://var/run/docker.sock'

# database config
USER = 'root'
PASSWORD = 'root'
DATABASE = 'yardstick'