Hi everybody,
I have question. When I want to upload the images to the undercloud’s image repositoryI have got this message .
[stack@undercloud ~]$ openstack overcloud image upload --image-path ~/images
Missing value auth-url required for auth plugin password
what is the problem?
Hi Kave, on what course did you find this issue?
The problem apparently is that for some reason, your command can not get the proper credentials from the keystone server (network problem, config problem, messaging problem, etc, etc) to fulfill your request.
Thank you
RODOLFO
Kave:
The short answer to your question is that you need to source your `stackrc` file which is usually located after an undercloud deployment under '/home/stack/stackrc'. That file contains all of the environment variables that were configured as part of the undercloud installation and they need to be set before interacting with the undercloud, including the upload of the overcloud images.
Best of luck with your deployment.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.