Authentication failure when uploading an image to glance
I am unable to upload the image to glance. it gives some authentication error. Authentication failure: The request you have made requires authentication. (HTTP 401)
.
i am using the command for uploading the image in glance :
glance image-create --name "cirros-0.3.3-x86_64" --file /tmp/images/cirros-0.3.3-x86_64-disk.img \ --disk-format qcow2 --container-format bare --is-public True --progress
search this site, there are lots of suggestions on how to troubleshoot authentication issues.