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
This commit is contained in:
parent
a9c98ba58c
commit
0f30134ebd
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/rally.conf",
|
"source": "{{ container_config_directory }}/rally.conf",
|
||||||
"dest": "/etc/rally/rally.conf",
|
"dest": "/etc/rally/rally.conf",
|
||||||
"owner": "root",
|
"owner": "rally",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user