From the following command you can find a list of images uploaded to the environment.
$ glance image-list
Check the list of images, and if you want to load an image from the list of images, run the following command:
$ glance image-download <imagename> > <imagename.qcow2>
it will upload the image to the place where you execute the command.
source
share