Re: [Openstack] Can't create an instance with openstack-dashboard

2011-09-09 Thread Anthony Young
Thanks, Jae - I pushed a change like you mention below to openstackx. At this point, most of the features we need for dashboard support of servers.create have been pushed to nova core, so we should be able to get rid of the openstackx dep for this call. A 2011/9/8 Jae Sang Lee > self answer :)

Re: [Openstack] Can't create an instance with openstack-dashboard

2011-09-09 Thread Jae Sang Lee
self answer :) before api error, there are http 400 error nova.api.openstack.wsgi [-] http://localhost:8774/v1.1/admin/extras/servers returned with HTTP 400 When launced an instance using dashboard, openstackx.extenstions.admin.py. And In create_instance() method, self._get_kernel_ramdisk_from_ima

Re: [Openstack] Can't create an instance with openstack-dashboard

2011-09-08 Thread Jae Sang Lee
and this is a nova-api error message. When I launched an instance at dashboard, this error occured. 11555 2011-09-07 21:24:20,829 INFO nova.api.openstack.wsgi [-] http://localhost:8774/v1.1/admin/extras/servers returned with HTTP 400 11556 2011-09-07 21:24:20,829 ERROR nova.api.openstack [-] Caugh

Re: [Openstack] Can't create an instance with openstack-dashboard

2011-09-08 Thread Mark Gius
Pushing this back to the list because I have little experience with Nova. Mark 2011/9/8 Jae Sang Lee > Hi, Mark, you're right. there are also error in nova-api. > > this is error log when I launched a instance. > > 11555 2011-09-07 21:24:20,829 INFO nova.api.openstack.wsgi [-] > http://localhos

[Openstack] Can't create an instance with openstack-dashboard

2011-09-08 Thread 이재상
Hi, everyone. I installed Nova environment(trunk version) with keystone(git clone), dashboard(git clone). so I login and can see user dashboard, system panel. (I can make user, tanant, keypair, network, etc on.) I also connect glance image service. I tried to make a instance with glance image.