Merge "Fix neutron invalid json file"
This commit is contained in:
commit
7ab8039806
@ -42,7 +42,7 @@
|
|||||||
"source": "{{ container_config_directory }}/nsx.ini",
|
"source": "{{ container_config_directory }}/nsx.ini",
|
||||||
"dest": "/etc/neutron/plugins/vmware/nsx.ini",
|
"dest": "/etc/neutron/plugins/vmware/nsx.ini",
|
||||||
"owner": "neutron",
|
"owner": "neutron",
|
||||||
"optional": {{ (neutron_plugin_agent not in ['vmware_nsxv', 'vmware_dvs']) | string | lower }}
|
"optional": {{ (neutron_plugin_agent not in ['vmware_nsxv', 'vmware_dvs']) | string | lower }},
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}{% endif %}
|
}{% endif %}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user