Book Image

OpenStack Cloud Computing Cookbook

By : Cody Bunch
Book Image

OpenStack Cloud Computing Cookbook

By: Cody Bunch

Overview of this book

Table of Contents (19 chapters)
OpenStack Cloud Computing Cookbook Third Edition
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Using OpenStack Dashboard to terminate instances


Terminating instances is very simple when using OpenStack Dashboard.

Getting ready

Load a web browser, point it to our OpenStack Dashboard address at http://192.168.100.200/, and log in as a user, such as the demo user created in the Adding users to Keystone recipe of Chapter 1, Keystone – OpenStack Identity Service, with the password openstack.

How to do it...

To terminate instances by using OpenStack Dashboard, carry out the following steps:

  1. Select the Instances tab and choose the instance to be terminated by selecting the checkbox next to the instance name (or names), and then click on the red Terminate Instances button:

  2. We will be presented with a confirmation screen. Click on the Terminate Instances button to terminate the selected instance:

  3. We will be presented with the Instances screen with a confirmation that the instance has been terminated successfully.

How it works...

Terminating instances by using OpenStack Dashboard is easy. We select...