[Openstack-operators] About NIC (resend)

Jay Pipes jaypipes at gmail.com
Tue Jun 5 17:39:25 UTC 2012


On 06/04/2012 10:19 PM, Stephen Liu wrote:
> # glance details
> Failed to show details. Got error:
> You are not authenticated.
> Details: 401 Unauthorized

This is due to your OpenStack credentials not being authorized to 
connect to Glance (or not being set at all! :))

If you do:

$ env | grep OS_

What does it show?

For me (after source'ing my devstack/openrc file), I get:

jpipes at uberbox:~/repos/devstack$ env | grep OS_
OS_PASSWORD=pass
OS_AUTH_URL=http://192.168.1.76:5000/v2.0
OS_USERNAME=demo
OS_TENANT_NAME=demo

Best,
-jay



More information about the Openstack-operators mailing list