[Openstack] Who can help me to solve this installation problem?

2011-10-01 Thread Zhang Zhang
When I try to run "python setup.py install" for openstack-nova, it shows following error message: (All python packages are installed by source code because I am in a unique Linux-like system without yum or apt-get) File "../openstack-nova-37100f5/nova/image/glance.py", line 42 in GlanceClien

Re: [Openstack] Who can help me to solve this installation problem?

2011-10-01 Thread Mike Scherbakov
Hi Zhang, try to install Glance first. Regards, On Sat, Oct 1, 2011 at 7:01 AM, Zhang Zhang wrote: > When I try to run “python setup.py install” for openstack-nova, it shows > following error message: > > (All python packages are installed by source code because I am in a unique > Linux-lik

[Openstack] nova-compute is unable to contact the metadata server

2011-10-01 Thread Shashank Sahni
Hi everyone, I'm working on a single node installation of openstack(for testing). I'm using ubuntu uec images and am successfully able to boot them. But unfortunately, I get the error DataSourceEc2.py[WARNING]: 20:07:30 [17/100]: url error [[Errno 101] Network is unreachable] at the end of "eu

Re: [Openstack] Who can help me to solve this installation problem?

2011-10-01 Thread Luis Gervaso
Hi, Another option, if you want, maybe create a symbolic link from your nova source code to glance source code regards On Sat, Oct 1, 2011 at 7:42 PM, Mike Scherbakov wrote: > Hi Zhang, > try to install Glance first. > > Regards, > > On Sat, Oct 1, 2011 at 7:01 AM, Zhang Zhang wrote: > >> Whe

Re: [Openstack] tenants and project

2011-10-01 Thread l jv
sorry to later: these days we are on holiday :) my system work well with all project as there https://github.com/cloudbuilders and i install them with the doc as http://devstack.org/guides/single-machine.html the doc of here will install all project of diablo automatic.thanks for Jesse Andrew

Re: [Openstack] Messaging level auth

2011-10-01 Thread Joshua Harlow
The question is more along the lines of this: So say u have ssl enabled, which is good. But should all actions/messages on the message queue also be verified before they are applied as coming from the correct user? Say u have an initial API call that says make me a server for user X. Now the s

Re: [Openstack] Messaging level auth

2011-10-01 Thread l jv
If i am not wrong,the rabbitmq have a password 2011/10/2 Joshua Harlow > The question is more along the lines of this: > > So say u have ssl enabled, which is good. > > But should all actions/messages on the message queue also be verified > before they are applied as coming from the correct use

Re: [Openstack] Messaging level auth

2011-10-01 Thread Mike Scherbakov
Joshua, user is authorized before the call gets to the scheduler. If user authorized, before any calls to the scheduler, there is a check if he doesn't exceed quotas. If user authorized, has right role and doesn't exceed quotas - then message is sent to the scheduler. My point of view is these ch