Merge "neutron: fix neutron-server config.json with VMware"
This commit is contained in:
commit
a81c6dabdc
@ -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 }}",
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with ``config.json`` for ``neutron-server`` when a VMware
|
||||
plugin agent is used.
|
Loading…
Reference in New Issue
Block a user