Re: [Openstack] How to use glance and nova-manage in command with keystone

2011-10-10 Thread Doude
Hi, I've got an issue with CLI Glance and Keystone authentication. I try the above method with env variables, but I get this error: # glance -d index Traceback (most recent call last): File "/usr/bin/glance", line 1206, in result = command(options, args) File "/usr/bin/glance", line 60, in

Re: [Openstack] How to use glance and nova-manage in command with keystone

2011-10-09 Thread Vishvananda Ishaya
It looks like if you change your authurl to port 35357 in your glancerc that you can use glance index without passing in the auth key. On Oct 9, 2011, at 5:45 PM, Jae Sang Lee wrote: > Hi, > > This is my glance and nova-client rc. Change User, Key value for your > configuration. > > glancerc:

Re: [Openstack] How to use glance and nova-manage in command with keystone

2011-10-09 Thread Jae Sang Lee
Hi, This is my glance and nova-client rc. Change User, Key value for your configuration. glancerc: export OS_AUTH_USER=admin export OS_AUTH_KEY=secrete export OS_AUTH_TENANT=demo export OS_AUTH_URL=192.168.0.151:5000/v2.0/ <--- Keystone IP export OS_AUTH_STRATEGY=keystone testrc: (different with