diff options
-rw-r--r-- | yardstick/common/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index d541ead15..443b3e810 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -25,7 +25,7 @@ YARDSTICK_REPOS_DIR = '/home/opnfv/repos/yardstick' YARDSTICK_CONFIG_DIR = '/etc/yardstick/' -YARDSTICK_CONFIG_FILE = os.path.join(YARDSTICK_CONFIG_DIR, 'config.yaml') +YARDSTICK_CONFIG_FILE = os.path.join(YARDSTICK_CONFIG_DIR, 'yardstick.conf') RELENG_DIR = '/home/opnfv/repos/releng' |