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

이재상 hyangii at gmail.com
Thu Sep 8 07:37:35 UTC 2011


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.

but there was somthing wrong. when I clicked create instance in dashboard,
this is dashboard error message.

==========================
Traceback (most recent call last):
  File
"/root/openstack-dashboard/django-openstack/django_openstack/dash/views/images.py",
line 93, in handle
    data.get('user_data'))
  File "/root/openstack-dashboard/django-openstack/django_openstack/api.py",
line 431, in server_create
    name, image, flavor, key_name=key_name, user_data=user_data),
  File
"/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/extras/servers.py",
line 115, in create
    return self._create("/extras/servers", body, "server")
  File
"/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/api/base.py",
line 40, in _create
    resp, body = self.api.connection.post(url, body=body)
  File
"/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/api/connection.py",
line 83, in post
    return self._cs_request(url, 'POST', **kwargs)
  File
"/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/api/connection.py",
line 65, in _cs_request
    **kwargs)
  File
"/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/api/connection.py",
line 48, in request
    raise exceptions.from_response(resp, body)
ApiException: 'Fault' object has no attribute 'explanation' (HTTP 500)
======================

I tried to find point of error, but I can't find. How can I fix this
problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20110908/0807f0c2/attachment.html>


More information about the Openstack mailing list