Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Resolve symlinks when copying undercloud.conf to container.
Browse files Browse the repository at this point in the history
If undercloud.conf is a symlink, the mistral-executor
container crashes. This change adds "local_follow: true",
which fixes the problem.

Closes-Bug: #1833635
Change-Id: Iffb232212e0a952538f95f54ccd55b68737e99e1
Signed-off-by: Mihai Plasoianu <[email protected]>
  • Loading branch information
Mihai Plasoianu committed Jun 21, 2019
1 parent b546b42 commit 92a0b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/mistral/mistral-executor-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ outputs:
dest: /var/lib/mistral/undercloud.conf
mode: 0444
setype: svirt_sandbox_file_t
local_follow: true
- name: mistral logs readme
copy:
dest: /var/log/mistral/readme.txt
Expand Down

0 comments on commit 92a0b41

Please sign in to comment.