Book Image

OpenStack Networking Cookbook

Book Image

OpenStack Networking Cookbook

Overview of this book

Table of Contents (19 chapters)
OpenStack Networking Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Starting the DHCP server on a specific network node


OpenStack allows multiple Network nodes in a setup. By default, only one DHCP agent (or server) is associated per Network. In case there are multiple Network nodes, the Neutron server automatically schedules a DHCP agent for each Network. However, there could be situations when a particular Network requires a DHCP agent on a specific Network node. For example, for a Network with critical VMs, the user may request for the DHCP server to run on a more responsive Network node.

Getting ready

We will use the Horizon dashboard to show you how to ensure that the DHCP server for a given Network is started on a specific network node. This recipe requires a setup with two Network nodes as shown in the beginning of this chapter.

We will use the Network named Cookbook-Network-5 for this recipe.

How to do it…

The following steps will show you how to add an additional DHCP agent to an existing Network:

  1. Log in to the OpenStack Horizon dashboard using a user...