Atom feed of this document
 

 Install quantum-dhcp-agent

The DHCP agent is part of the openstack-quantum package.

sudo yum install -y openstack-quantum

Run the agent setup script:

sudo quantum-dhcp-setup --plugin openvswitch

Enable and start the agent:

sudo systemctl enable quantum-dhcp-agent.service
 sudo systemctl start quantum-dhcp-agent.service 


loading table of contents...