Christian Berendt 0f30134ebd Set owner of rally.conf to rally
This will solve the following issue when running the rally bootstrap
container:

oslo_config.cfg.ConfigFilesPermissionDeniedError: Failed to open some
config files: /etc/rally/rally.conf

TrivialFix

Change-Id: I90c840850ea0579e375a7c75f3192fe0387f4270
2016-09-14 10:34:54 +02:00

12 lines
255 B
Django/Jinja

{
"command": "sleep infinity",
"config_files":[
{
"source": "{{ container_config_directory }}/rally.conf",
"dest": "/etc/rally/rally.conf",
"owner": "rally",
"perm": "0600"
}
]
}