Merge "Fix log owner on computes during overcloud deploy runs" into stable/stein
This commit is contained in:
commit
b8b6273dc3
@ -545,6 +545,8 @@ outputs:
|
||||
- {get_attr: [ContainersCommon, container_config_scripts]}
|
||||
- {get_attr: [NovaComputeCommon, container_config_scripts]}
|
||||
docker_config:
|
||||
step_2:
|
||||
get_attr: [NovaLogging, docker_config, step_2]
|
||||
step_3:
|
||||
nova_statedir_owner:
|
||||
image: &nova_compute_image {get_param: DockerNovaComputeImage}
|
||||
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
[1] switched to run nova-manage discovery as non root user. In case of
|
||||
updates there can be already a nove-manage log owned by root from previous
|
||||
runs. This change make sure we change the owner of nova-manage log to
|
||||
nova:nova on overcloud deploy runs on the computes
|
||||
|
||||
[1] https://review.opendev.org/#/c/652039/13/deployment/nova/nova-compute-container-puppet.yaml
|
Loading…
Reference in New Issue
Block a user