← Back to team overview

openstack team mailing list archive

Glance and Keystone

 

Hi,

How do I check if glance is working with keystone?

This is what I've done so far and getting errors

----
# glance -A details 16afc976-4dfa-4175-a7ea-ec8446f636b3

That token is o/p from:
curl -d '{"auth":{"passwordCredentials":{"username": "adminUser",
"password": "secretword"}}}' -H "Content-type: application/json"
http://192.168.122.14:35357/v2.0/tokens | python -mjson.tool

--

I am getting: NotAuthorized: None


Thanks
Paras.


Follow ups