5a0187499e
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.
11 lines
176 B
Desktop File
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
|