Skip to content
Snippets Groups Projects
Commit 2c786a0f authored by Mark Goddard's avatar Mark Goddard
Browse files

neutron: fix neutron-server config.json with VMware

Missing comma in config.json template rendered invalid JSON with VMware
plugin agent.

Closes-Bug: #1939080

Change-Id: I3d0c6421e3da7e1e753b99cf87c32fc238a21523
parent d3282652
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}",
......
---
fixes:
- |
Fixes an issue with ``config.json`` for ``neutron-server`` when a VMware
plugin agent is used.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment