October 2015
Intermediate to advanced
210 pages
4h 23m
English
Neutron can provide DHCP services to the virtual machine instances using the neutron-dhcp-agent service. In this recipe, we will configure the DHCP agent to utilize dnsmasq—a free, lightweight DNS forwarder—and DHCP server that is used to provide DHCP services to networks. The DHCP agent is responsible for spawning and controlling dnsmasq processes for each network that leverages DHCP.
Follow these steps to configure the DHCP service agent:
openstack-config command, edit the dhcp agent configuration file, and under the default section, set OVS as the interface driver:
[root@neutron-node ~]# openstack-config --set /etc/neutron/dhcp_agent.ini DEFAULT interface_driver neutron.agent.linux.interface.OVSInterfaceDriver ...Read now
Unlock full access