[openstack][stein][manila-ui] error

Ignazio Cassano ignaziocassano at gmail.com
Mon Aug 3 19:41:34 UTC 2020


PS ps
Sorry If aI am writing again.
The command:
manila list let me to show shares I created with command line.
The dashboard gives errors I reported in my first email.
Looking at manila.py line 280 it checks shares under share networks.
Ignazio


Il Lun 3 Ago 2020, 21:34 Ignazio Cassano <ignaziocassano at gmail.com> ha
scritto:

> PS
> I followed installation guide under docs.openstack.org.
>
>
> Il Lun 3 Ago 2020, 21:21 Victoria Martínez de la Cruz <
> victoria at vmartinezdelacruz.com> ha scritto:
>
>> Hi Ignazio,
>>
>> How did you deploy Manila and Manila UI? Can you point me toward the docs
>> you used?
>>
>> Also, which is the specific workflow you are following to reach that
>> trace? Just opening the dashboard and clicking on the Shares tab?
>>
>> Cheers,
>>
>> V
>>
>> On Mon, Aug 3, 2020 at 4:55 AM Ignazio Cassano <ignaziocassano at gmail.com>
>> wrote:
>>
>>> Hello, I installed manila on openstack stein and it works by command
>>> line mat the manila ui does not work and in httpd error log I read:
>>>
>>> [Mon Aug 03 07:45:26.697408 2020] [:error] [pid 3506291] ERROR
>>> django.request Internal Server Error: /dashboard/project/shares/
>>> [Mon Aug 03 07:45:26.697437 2020] [:error] [pid 3506291] Traceback (most
>>> recent call last):
>>> [Mon Aug 03 07:45:26.697442 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/django/core/handlers/exception.py", line
>>> 41, in inner
>>> [Mon Aug 03 07:45:26.697446 2020] [:error] [pid 3506291]     response =
>>> get_response(request)
>>> [Mon Aug 03 07:45:26.697450 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 187,
>>> in _get_response
>>> [Mon Aug 03 07:45:26.697453 2020] [:error] [pid 3506291]     response =
>>> self.process_exception_by_middleware(e, request)
>>> [Mon Aug 03 07:45:26.697466 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 185,
>>> in _get_response
>>> [Mon Aug 03 07:45:26.697471 2020] [:error] [pid 3506291]     response =
>>> wrapped_callback(request, *callback_args, **callback_kwargs)
>>> [Mon Aug 03 07:45:26.697475 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
>>> [Mon Aug 03 07:45:26.697479 2020] [:error] [pid 3506291]     return
>>> view_func(request, *args, **kwargs)
>>> [Mon Aug 03 07:45:26.697482 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
>>> [Mon Aug 03 07:45:26.697485 2020] [:error] [pid 3506291]     return
>>> view_func(request, *args, **kwargs)
>>> [Mon Aug 03 07:45:26.697489 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
>>> [Mon Aug 03 07:45:26.697492 2020] [:error] [pid 3506291]     return
>>> view_func(request, *args, **kwargs)
>>> [Mon Aug 03 07:45:26.697496 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 113, in dec
>>> [Mon Aug 03 07:45:26.697499 2020] [:error] [pid 3506291]     return
>>> view_func(request, *args, **kwargs)
>>> [Mon Aug 03 07:45:26.697502 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 84, in dec
>>> [Mon Aug 03 07:45:26.697506 2020] [:error] [pid 3506291]     return
>>> view_func(request, *args, **kwargs)
>>> [Mon Aug 03 07:45:26.697509 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 68,
>>> in view
>>> [Mon Aug 03 07:45:26.697513 2020] [:error] [pid 3506291]     return
>>> self.dispatch(request, *args, **kwargs)
>>> [Mon Aug 03 07:45:26.697516 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 88,
>>> in dispatch
>>> [Mon Aug 03 07:45:26.697520 2020] [:error] [pid 3506291]     return
>>> handler(request, *args, **kwargs)
>>> [Mon Aug 03 07:45:26.697523 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 223, in get
>>> [Mon Aug 03 07:45:26.697526 2020] [:error] [pid 3506291]     handled =
>>> self.construct_tables()
>>> [Mon Aug 03 07:45:26.697530 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 214, in
>>> construct_tables
>>> [Mon Aug 03 07:45:26.697533 2020] [:error] [pid 3506291]     handled =
>>> self.handle_table(table)
>>> [Mon Aug 03 07:45:26.697537 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 123, in
>>> handle_table
>>> [Mon Aug 03 07:45:26.697540 2020] [:error] [pid 3506291]     data =
>>> self._get_data_dict()
>>> [Mon Aug 03 07:45:26.697544 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 43, in
>>> _get_data_dict
>>> [Mon Aug 03 07:45:26.697547 2020] [:error] [pid 3506291]
>>> data.extend(func())
>>> [Mon Aug 03 07:45:26.697550 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 109, in
>>> wrapped
>>> [Mon Aug 03 07:45:26.697554 2020] [:error] [pid 3506291]     value =
>>> cache[key] = func(*args, **kwargs)
>>> [Mon Aug 03 07:45:26.697557 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/manila_ui/dashboards/project/shares/views.py",
>>> line 57, in get_shares_data
>>> [Mon Aug 03 07:45:26.697561 2020] [:error] [pid 3506291]     share_nets
>>> = manila.share_network_list(self.request)
>>> [Mon Aug 03 07:45:26.697564 2020] [:error] [pid 3506291]   File
>>> "/usr/lib/python2.7/site-packages/manila_ui/api/manila.py", line 280, in
>>> share_network_list
>>> [Mon Aug 03 07:45:26.697568 2020] [:error] [pid 3506291]     return
>>> manilaclient(request).share_networks.list(detailed=detailed,
>>> [Mon Aug 03 07:45:26.697571 2020] [:error] [pid 3506291] AttributeError:
>>> 'NoneType' object has no attribute 'share_networks'
>>>
>>> Please, anyone could help ?
>>> Ignazio
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20200803/8f1241d8/attachment-0001.html>


More information about the openstack-discuss mailing list