Comment 4 for bug 2028581

Revision history for this message
Rafael Madrid (rmadridr) wrote :

Hi Silvan,

I had to make the following changes to get nova-compute working:

1. Added "pid_mode" and "cgroupsns_mode" on file "ansible/roles/nova-cell/handlers/main.yml"
line 160: pid_mode: "{{ service.pid_mode | default('') }}"
line 161: cgroupns_mode: "{{ service.cgroupns_mode | default(omit) }}

2. Added "pid_mode" and "cgroupsns_mode" on file "ansible/roles/nova-cell/defaults/main.yml"
line 59: pid_mode: "host"
line 60: cgroupns_mode: "host"