Merge "templates: dnsmasq-neutron.conf: Fix user for dnsmasq process"
This commit is contained in:
@@ -3,3 +3,4 @@
|
|||||||
{% for key, value in neutron_dhcp_config.items() %}
|
{% for key, value in neutron_dhcp_config.items() %}
|
||||||
{{ key }}={{ value }}
|
{{ key }}={{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
user={{ neutron_system_user_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user