instack-undercloud/elements/dnsmasq-forwarder/dnsmasq-forwarder.service
James Slagle 5a0187499e Add a dnsmasq-forwarder element so that launched instances can install packages
from internal hosts.

Uses an environment.d file so that when setup-neutron gets run, the subnet will
get created with 192.0.2.1 as the nameserver.
2015-01-13 15:52:16 -05:00

11 lines
176 B
Desktop File

[Unit]
Description=dnsmasq service to forward dns requests
After=openvswitch.service
[Service]
Type=simple
ExecStart=/sbin/dnsmasq -d -q
[Install]
WantedBy=multi-user.target