Merge "neutron: fix neutron-server config.json with VMware"

This commit is contained in:
Zuul 2021-08-09 11:09:23 +00:00 committed by Gerrit Code Review
commit a81c6dabdc
2 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"owner": "neutron",
"optional": {{ (neutron_plugin_agent not in ['vmware_nsxv', 'vmware_nsxv3', 'vmware_dvs']) | string | lower }},
"perm": "0600"
}{% endif %}
},{% endif %}
{% if check_extra_ml2_plugins is defined and check_extra_ml2_plugins.matched > 0 %}{% for plugin in check_extra_ml2_plugins.files %}
{
"source": "{{ container_config_directory }}/{{ plugin.path | basename }}",

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue with ``config.json`` for ``neutron-server`` when a VMware
plugin agent is used.