Files
horizon/openstack_dashboard/api/_nova.py
Akihiro Motoki a20a275ef5 Fix AttributeError in the project instance detail view
The previous code does not handle a case where admin-specific attributes
do not exist. This leads to AttributeError in the project instance detail
page as these attributes are not included in the response from nova API.

Change-Id: I4c2942960259782d47c6777394dec6888959e26c
Closes-Bug: #1905024
2020-11-20 20:57:28 +09:00

6.9 KiB