Atom feed of this document
  
 

 Configure DHCP agent

The DHCP service agent is compatible with all existing plug-ins and is required for all deployments where VMs should automatically receive IP addresses through DHCP.

 

Procedure 7.12. To install and configure the DHCP agent

  1. You must configure the host running the neutron-dhcp-agent as a "data forwarding node" according to the requirements for your plug-in (see the section called “Configure neutron agents”).

  2. Install the DHCP agent:

    # apt-get install neutron-dhcp-agent
  3. Finally, update any options in the /etc/neutron/dhcp_agent.ini file that depend on the plug-in in use (see the sub-sections).

[Important]Important

If you reboot a node that runs the DHCP agent, you must run the neutron-ovs-cleanup command before the neutron-dhcp-agent service starts.

On Red Hat, SUSE, and Ubuntu based systems, the neutron-ovs-cleanup service runs the neutron-ovs-cleanup command automatically. However, on Debian-based systems (including Ubuntu prior to Icehouse), you must manually run this command or write your own system script that runs on boot before the neutron-dhcp-agent service starts.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...