This patch moves all default settings from the code to the default single settings file. And modifies recently introduced settings manager to be able to also update default values from /etc/fuel/client/config.yaml file and from environment varables DocImpact Blueprint: re-thinking-fuel-client Change-Id: Ib73b0494cf30e75099aa7a0552745cd4adc3a07e
13 lines
403 B
YAML
13 lines
403 B
YAML
# Connection settings
|
|
SERVER_ADDRESS: "127.0.0.1"
|
|
LISTEN_PORT: "8000"
|
|
KEYSTONE_USER: "admin"
|
|
KEYSTONE_PASS: "admin"
|
|
|
|
# Performance tests settings
|
|
PERFORMANCE_PROFILING_TESTS: 0
|
|
PERF_TESTS_PATHS:
|
|
perf_tests_base: "/tmp/fuelclient_performance_tests/tests/"
|
|
last_performance_test: "/tmp/fuelclient_performance_tests/tests/last/"
|
|
perf_tests_results: "/tmp/fuelclient_performance_tests/results/"
|