Re: [Openstack] keystone install / user-role-list error

2012-09-29 Thread Dolph Mathews
It looks like at least one of your endpoints isn't being parsed correctly. List your endpoints: keystone --token mytoken --endpoint http://192.168.1.11:35357/v2.0 endpoint-list ... and make sure they all appear as expected (at least one public URL is wrong, according to the stack trace). Feel

Re: [Openstack] keystone install / user-role-list error

2012-09-29 Thread Dolph Mathews
As you're definitely not the first person to run into this problem, I've opened a bug so that we can improve the error feedback in this scenario: https://bugs.launchpad.net/keystone/+bug/1058494 -Dolph On Sat, Sep 29, 2012 at 1:51 AM, Dolph Mathews dolph.math...@gmail.comwrote: It looks

[Openstack] Instance provisioning taking more time for all the instances

2012-09-29 Thread Nagaraju Bingi
Hi, We have deployed Openstack on VMware and we could able to provision Instances but image is not getting cached on compute/ESX server and for every provisioning of instances the image is getting downloaded from glance. Please provide steps to cache VMDK images on compute. Regards, Nagaraju

Re: [Openstack] nova-manage service list does not list all nova services

2012-09-29 Thread Ahmed Al-Mehdi
Hi Trinath, Thank you for your suggestion. Even though I am leery of reboot pc and try again approach, I did give it a try. After reboot (prior to starting any services, not even mysql), I am seeing more odd behavior. - Only nova-scheduler service is listed with an XXX status. I understand

[Openstack] Only some nova-services are restarted upon server reboot

2012-09-29 Thread Ahmed Al-Mehdi
Hello, After I reboot my controller node (which is running all the nova services), nova-mange only lists two nova services - nova-consoleauth and nova-scheduler (which is not started yet). What I am trying to find out is why only three of the nova service is started? And how are they

[Openstack] keystone user-role-list error

2012-09-29 Thread Asher Newcomer
Hi, It looks like user-role-list is a recently added command in keystone ( launchpad https://answers.launchpad.net/keystone/+question/190656). When I run it on a new keystone install in Ubuntu 12.04 I get: keystone --token mytoken --endpoint http://192.168.1.11:35357/v2.0user-role-list

Re: [Openstack] keystone user-role-list error

2012-09-29 Thread heckj
Hey Asher, That's a bug in keystoneclient - the method for doing the role listing is making a bad assumption that you're authenticating with a username and password, not handing in a token, and is getting wrapped around the axle trying to figure out what tenant you are. If you create an admin

Re: [Openstack] keystone user-role-list error

2012-09-29 Thread Dolph Mathews
By default, I believe it shows you your own roles. With a token/endpoint specified (bypassing auth), it should work if you specify a user tenant: $ keystone help user-role-list usage: keystone user-role-list [--user-id user-id] [--tenant-id tenant-id] List roles granted to a user Optional

Re: [Openstack] keystone user-role-list error

2012-09-29 Thread Asher Newcomer
Excellent, thanks, that works. I was concerned that I had misconfigured something. Most appreciated. -Asher On Sat, Sep 29, 2012 at 4:00 PM, Dolph Mathews dolph.math...@gmail.comwrote: By default, I believe it shows you your own roles. With a token/endpoint specified (bypassing auth), it