January 2018
Intermediate to advanced
398 pages
7h 54m
English
Now that we have created a Cinder volume service, we can now create volumes for use by our instances. We do this under our client environment using the Python-OpenStack client with the python-cinderclient library; so we are creating volumes specific to our project (tenant).
Refer to Chapter 2, The OpenStack Client, for more information on installing and configuring the OpenStack client.
To create a volume, the following is required:
openstack command line clientopenrc file with appropriate credentials for the environmentFor our example, these are the following:
cookbook.volumeCarry out the following steps ...
Read now
Unlock full access