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

Chapter 10. Writing Your Own Neutron ML2 Mechanism Driver

In this chapter, we will learn how to develop a custom ML2 mechanism driver for Neutron using the following recipes:

  • Creating a basic ML2 mechanism driver

  • Registering your ML2 mechanism driver with the Neutron server

  • Processing API requests for a Network

  • Processing API requests for a Subnet

  • Processing API requests for a Port