<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I've been having some issues where I want to change the domain name for a given project, I know I can do it globally by editing dhcp_domain in dhcp_agent.ini but on a global scale, however when I look at the dnsmasq process I see the final runtime param
  <strong>--domain=openstacklocal</strong>, is there any sensible way set this param to <span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);"> </span><strong style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">--domain=example.com
 ?</strong><br>
</p>
<p><br>
</p>
<div> dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tape9e8f364-71 --except-interface=lo </div>
<div> --pid-file=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/pid </div>
<div> --dhcp-hostsfile=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/host </div>
<div> --addn-hosts=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/addn_hosts </div>
<div> --dhcp-optsfile=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/opts </div>
<div> --dhcp-leasefile=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/leases </div>
<div> --dhcp-range=set:tag0,10.0.10.0,static,86400s </div>
<div> --dhcp-lease-max=256 </div>
<div> --conf-file=/etc/neutron/dnsmasq-neutron.conf </div>
<div><strong> --domain=openstacklocal</strong><br>
</div>
<p><br>
</p>
</body>
</html>