Merge "templates: dnsmasq-neutron.conf: Fix user for dnsmasq process"

This commit is contained in:
Zuul 2018-07-02 11:00:23 +00:00 committed by Gerrit Code Review
commit aaf162565a

View File

@ -3,3 +3,4 @@
{% for key, value in neutron_dhcp_config.items() %}
{{ key }}={{ value }}
{% endfor %}
user={{ neutron_system_user_name }}