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

Setting up a simple web application – creating instances


With all the networks created, the final step is to create the two instances. The main step during an instance creation is to choose the correct Network for each of the VMs.

Getting ready

You will require the appropriate OS images for the Database VM as well as the Web VM.

How to do it…

The following steps will show you how to create the two VM instances for the web application:

  1. Create an instance called DB-VM by following the steps of the recipe titled Associating a Network to an instance using Horizon in Chapter 1, Getting Started with OpenStack Networking. Ensure that DB-Access-Network is chosen in the Selected networks field, as follows:

  2. Create another instance called Web-VM by following the steps of the recipe titled Associating a Network to an instance using Horizon in Chapter 1, Getting Started with OpenStack Networking. Ensure that both DB-Access-Network and Web-Access-Network are chosen in the Selected networks field, as shown in...