Processing API requests for a Port

We will conclude this chapter with a recipe that shows you how to process API requests for a Port. In real-world applications, the Port-related operations are used more frequently when compared to a Network or Subnet. As there are different types of Ports, this recipe will show you how to identify the Port type from the API requests.

Getting ready

Ensure that your DevStack setup is up and running, with cookbook as one of the mechanism drivers, as shown in the earlier recipe.

How to do it…

  1. With the appropriate credentials, SSH into your DevStack setup.
  2. Open /opt/stack/neutron/neutron/plugins/ml2/drivers/ ch10_ml2_mech_driver.py using an editor.
  3. Add a new import statement, as highlighted in the following image:
  4. Update ...

Get OpenStack Networking Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.