seyeongkim | hello, 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 |
---|---|---|
vishalmanchanda | seyeongkim: hi, angular implementation is not completed for user_panel as of now. | 08:30 |
vishalmanchanda | seyeongkim: 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 |
seyeongkim | Ah i see thanks vishalmanchanda | 08:37 |
amotoki | seyeongkim: 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 |
seyeongkim | I see thanks amotoki | 09:18 |
lmercl | Hi all, | 13:57 |
lmercl | do 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 |
lmercl | My 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 |
lmercl | There 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": 1 | 13:57 |
lmercl | }, | 13:57 |
lmercl | so 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 |
lmercl | but on Instance table, this is working fine (getting flavour details), because data are collected by: | 13:57 |
lmercl | for 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 |
lmercl | And instance object looks like older structure. | 13:58 |
lmercl | I 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 |
opendevreview | Manpreet Kaur proposed openstack/horizon master: Changes for tacker-horizon integration tests https://review.opendev.org/c/openstack/horizon/+/803465 | 14:07 |
opendevreview | Tatiana Ovchinnikova proposed openstack/horizon master: Proper title for Disk Format column https://review.opendev.org/c/openstack/horizon/+/802958 | 18:42 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!