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 security group using Horizon


Security groups provide you with ways to control the Network traffic between ports in an OpenStack Network. Security group rules are applied at a Network port level. To apply port level security, we will start by creating a security group and then adding security rules to this group. The security groups are attached to the instances when they are launched.

Getting ready

For creating a security group, you will need the following information:

  • The security group name

  • A description for the security group

How to do it…

The following recipe will show you how to create a security group using Horizon:

  1. Log in to Horizon with the appropriate credentials.

  2. In the left navigation menu, navigate to Project | Compute | Access & Security:

  3. In the Security Groups tab, click on + Create Security Group.

  4. Fill in an appropriate security group Name and Description:

  5. Click the Create Security Group button. Once the security group has been created successfully, it should be listed...