Skip to content
Snippets Groups Projects
Commit 0f30134e authored by Christian Berendt's avatar Christian Berendt
Browse files

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
parent a9c98ba5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
{
"source": "{{ container_config_directory }}/rally.conf",
"dest": "/etc/rally/rally.conf",
"owner": "root",
"owner": "rally",
"perm": "0600"
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment