Thursday, 2021-08-19

seyeongkimhello, when I set users_panel to True, there is noreversematch exception there, as https://bugs.launchpad.net/horizon/+bug/1934853, I've checked that https://opendev.org/openstack/horizon/src/branch/master/openstack_dashboard/dashboards/identity/users/urls.py  and no proper url here, is it for next implementation? or do i need to check some official doc for this?08:24
vishalmanchandaseyeongkim: hi, angular implementation is not completed for user_panel as of now.08:30
vishalmanchandaseyeongkim: It's a valid bug probably I'll add it in our documentation or look a way to hide the user link if the angular implementation is used.08:30
seyeongkimAh i see thanks vishalmanchanda 08:37
amotokiseyeongkim: Angular re-implementation is NOT prioritized in the horizon team now and it is not expected to complete soon, so my suggestion is to use the Django-based panel.09:07
seyeongkimI see thanks amotoki 09:18
lmerclHi all,13:57
lmercldo you have an issue like pengo_ in last days (16.8.) with horizon and resize of instance? I have the same issue with this https://www.irccloud.com/pastebin/yBUGL0gf/. It's on environment based on openstack-helm project with Wallaby release.13:57
lmerclMy finding is that method api.nova.server_get(request, instance_id) in /var/lib/openstack/lib/python3.6/site-packages/openstack_dashboard/dashboards/project/instances/views.py returning different values.13:57
lmerclThere is this structure (copied from https://github.com/openstack/nova/blob/master/doc/api_samples/servers/v2.71/server-get-resp.json):  13:57
lmercl        "flavor": {  "disk": 1, "ephemeral": 0, "extra_specs": {}, "original_name": "m1.tiny", "ram": 512, "swap": 0, "vcpus": 113:57
lmercl        },13:57
lmerclso there is no flavor ID, should be rather something like this (older API sample in nova doc):13:57
lmercl        "flavor": { "id": "1", "links": [ { "href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/1", "rel": "bookmark" } ] },13:57
lmerclbut on Instance table, this is working fine (getting flavour details), because data are collected by:13:57
lmerclfor instance in instances:13:58
lmercl            self._populate_image_info(instance, image_dict, volume_dict)13:58
lmercl            flavor_id = instance.flavor["id"]13:58
lmerclAnd instance object looks like older structure.13:58
lmerclI did not find any related PR or change, which should be caused and using upstream wallaby openstack dashboard image from https://hub.docker.com/r/openstackhelm/horizon.13:58
opendevreviewManpreet Kaur proposed openstack/horizon master: Changes for tacker-horizon integration tests  https://review.opendev.org/c/openstack/horizon/+/80346514:07
opendevreviewTatiana Ovchinnikova proposed openstack/horizon master: Proper title for Disk Format column  https://review.opendev.org/c/openstack/horizon/+/80295818:42

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!