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:
- 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:
- We will be presented with a confirmation screen. Click on the Terminate Instances button to terminate the selected instance:
- 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...