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 on the compute node


As tenants, users can create a Network, Subnet, and Instances. However, the underlying physical and virtual network details are hidden from them. This is important because the tenants should focus on their business requirements instead of the specific implementation details.

However, the OpenStack administrators 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 running on a compute node.

Getting ready

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

  • The Tenant Network name

  • The virtual machine instance whose VIF information is to be identified

How to do it…

The following steps will show you how to find the VIF information on a compute...