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

Viewing the virtual interface information for Linux bridge on the compute node


Users can create Networks, Subnets, and instances as tenants. However, the underlying physical and virtual network details are hidden from them. This is important because tenants should focus on their business requirements instead of specific implementation details.

However, administrators of the cloud platforms that have been built using OpenStack need to understand the physical and virtual networking details. This is required in order to troubleshoot any problems faced by the tenants. In this recipe, we will show you how an administrator can view the virtual interface (VIF) information for an instance that is running on a compute node.

Getting ready

As this recipe is described from the point of view of an administrator who is troubleshooting a tenant problem, the following information is required:

  • The tenant network name

  • The VM instance whose VIF information is to be identified

How to do it…

The following steps will...