Merge "Remove policy file from nova-conductor config.json template"

This commit is contained in:
Zuul 2020-07-05 16:02:28 +00:00 committed by Gerrit Code Review
commit 94ddaad34e
2 changed files with 8 additions and 7 deletions
ansible/roles/nova-cell/templates
releasenotes/notes

@ -6,13 +6,7 @@
"dest": "/etc/nova/nova.conf",
"owner": "nova",
"perm": "0600"
}{% if nova_policy_file is defined %},
{
"source": "{{ container_config_directory }}/{{ nova_policy_file }}",
"dest": "/etc/nova/{{ nova_policy_file }}",
"owner": "nova",
"perm": "0600"
}{% endif %}
}
],
"permissions": [
{

@ -0,0 +1,7 @@
---
fixes:
- |
Fixes an incorrect configuration for nova-conductor when a custom Nova
policy was applied, preventing the ``nova_conductor`` container from
starting successfully. `LP#1886170
<https://bugs.launchpad.net/kolla-ansible/+bug/1886170>`__