That's your issue :) You need to go ahead and populate the various OS_XXX environment variables that are needed for authentication. You can read more here: http://glance.openstack.org/authentication.html#configuring-the-glance-client-to-use-keystone best, -jay On 06/05/2012 08:34 PM, Stephen Liu wrote: > Hi jay, > > $ env | grep OS_ > > no output > > -SL > > > > > ----- Original Message ----- >> From: Jay Pipes<jaypipes at gmail.com> >> To: openstack-operators at lists.openstack.org >> Cc: >> Sent: Wednesday, June 6, 2012 1:39 AM >> Subject: Re: [Openstack-operators] About NIC (resend) >> >> 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 >> _______________________________________________ >> Openstack-operators mailing list >> Openstack-operators at lists.openstack.org >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators >>