Uploading the Trove images

Once we have created the guest images, we now need to perform the Trove operations to upload the images and register them with the Trove system for it to be usable.

We will export the credentials as we have done in the past.

cd ~
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://172.22.6.246:5000/v2.0
export OS_USERNAME=admin
export OS_PASSWORD=adm1npwd

Once this is done, we will execute the command trove datastore-list. At this point in time, it will come up as empty as we have not registered any data stores.

Uploading the Trove images

We will upload our newly created image as the mysql datastore. This needs the following steps:

  1. Upload image to ...

Get OpenStack Trove Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.