Hi, everyone.<div><br></div><div>I installed Nova environment(trunk version) with keystone(git clone), dashboard(git clone). so I login and can see user dashboard, system panel.</div><div><br></div><div>(I can make user, tanant, keypair, network, etc on.)</div>
<div><br></div><div>I also connect glance image service. I tried to make a instance with glance image. </div><div><br></div><div>but there was somthing wrong. when I clicked create instance in dashboard, this is dashboard error message.</div>
<div><br></div><div>==========================</div><div><div><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">Traceback (most recent call last):</span></div>
<div><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;"> File "/root/openstack-dashboard/django-openstack/django_openstack/dash/views/images.py", line 93, in handle<br>
data.get('user_data'))<br>
File "/root/openstack-dashboard/django-openstack/django_openstack/api.py", line 431, in server_create<br>
name, image, flavor, key_name=key_name, user_data=user_data),<br>
File "/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/extras/servers.py", line 115, in create<br>
return self._create("/extras/servers", body, "server")<br>
File "/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/api/base.py", line 40, in _create<br>
resp, body = self.api.connection.post(url, body=body)<br>
File "/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/api/connection.py", line 83, in post<br>
return self._cs_request(url, 'POST', **kwargs)<br>
File "/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/api/connection.py", line 65, in _cs_request<br>
**kwargs)<br>
File "/root/openstack-dashboard/openstack-dashboard/.dashboard-venv/src/openstackx/openstackx/api/connection.py", line 48, in request<br>
raise exceptions.from_response(resp, body)<br>
ApiException: 'Fault' object has no attribute 'explanation' (HTTP 500)</span></div></div><div><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">======================</span></div>
<div><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;"><br>
</span></div><div>I tried to find point of error, but I can't find. How can I fix this problem?</div><div><br></div>