← Back to team overview

openstack team mailing list archive

Can't create an instance with openstack-dashboard

 

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?

Follow ups