blob: c035723e7f3cfbf0a0126e01311b17c19ee8f3f3 [file] [log] [blame]
Mykyta Karpin4a0e4432018-02-09 17:06:13 +02001parameters:
2 _param:
3 gnocchi_storage_file_basepath: /var/lib/gnocchi
4 gnocchi_storage_driver: file
5 gnocchi:
6 common:
7 storage:
8 driver: ${_param:gnocchi_storage_driver}
9 file_basepath: ${_param:gnocchi_storage_file_basepath}