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

Creating a Shared Network using Horizon


We have already seen situations where only the administrative users can create a Network. For example, only the administrators can create a Flat Network or a Network with a specific VLAN ID. In addition, we have seen that the administrative users can assign a Network to a particular tenant.

OpenStack also allows administrators to share a Network among all the tenants. This recipe shows you how to accomplish this.

Getting ready

In order to create a shared network, you will need the following information:

  • The Network name

  • The Network type—for this recipe we will use a Flat Network

  • The physical Network name—this information was configured in the ML2 plugin configuration file

How to do it…

The following steps will show you how to create a Flat Network using Horizon:

  1. Log in to the OpenStack Horizon dashboard using a user ID with an administrative role.

  2. In the left navigation menu, navigate to Admin | System | Networks.

  3. Click on the + Create Network button to display...