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 --domain=openstacklocal, is there any sensible way set this param to --domain=example.com ?
dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tape9e8f364-71 --except-interface=lo --pid-file=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/host --addn-hosts=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/opts --dhcp-leasefile=/var/lib/neutron/dhcp/7d6c5968-6713-427c-be33-fabaf53bef81/leases --dhcp-range=set:tag0,10.0.10.0,static,86400s --dhcp-lease-max=256 --conf-file=/etc/neutron/dnsmasq-neutron.conf --domain=openstacklocal
_______________________________________________ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators