January 2018
Intermediate to advanced
398 pages
7h 54m
English
Sometimes, an instance will need to be stopped for a number of reasons, for example, maintenance and offline migration, yet as an OpenStack administrator, you may not want to completely destroy the instance and data associated with it. Thus, you will want to stop the instance instead.
To stop an instance, you will need the following:
openstack command-line clientopenrc file containing appropriate credentialsIn this example, we will be stopping the cookbook.test instance created in the Booting an instance recipe. To stop the instance, use the following steps:
openstack server list
This will bring back a list of the running instances. ...
Read now
Unlock full access