Ex: Setup for hostname "openstack" to ip "10.0.0.1".
- Create file
/etc/neutron/dnsmasq-neutron.conf
with below content in it.
address=/openstack/10.0.0.1
- Edit /etc/neutron/dhcp_agent.ini and add below.
dnsmasq_config_file=/etc/neutron/dnsmasq-neutron.conf
- Then kill all existing dnsmasq processes and restart dhcp-agent. Or reboot the network node.
# service neutron-dhcp-agent restart
No comments:
Post a Comment