horizon/openstack_dashboard/static/js
Akihiro Motoki 94bf61662c network topology: handle port AZ correctly
Previously d3 version of the network topology view handles ports with
device_owner 'compute:nova' and 'compute:None' specially. This leads
to the situtaion that neutron ports with non-default AZ are not shown
properly. There is no reason to handle neutron ports with the default
AZ differently. What we would like to do is just to classify neutron
ports attached to nova servers.

This commit changes the logic to check device_owner of ports have
a prefix 'compute:'. Note that we also need to check if device_owner
is a string before checking the prefix.

Change-Id: I472bae9af3d14d8a31efcae8a7610b84c4f09c3d
Closes-Bug: #1820260
(cherry picked from commit ffbe0e2f2f)
2019-03-22 05:35:55 +00:00
..
angular/directives Make serial console resizable 2018-01-19 11:04:09 +09:00
.eslintrc Move js files into openstack_dashboard folder. 2016-12-18 15:27:42 +09:00
horizon.flatnetworktopology.js Restores deletion in flat network topology 2019-01-02 10:44:52 +01:00
horizon.instances.js Fix js error in resize instance form 2017-04-25 08:33:53 +08:00
horizon.metering.js Move js files into openstack_dashboard folder. 2016-12-18 15:27:42 +09:00
horizon.networktopology.js network topology: handle port AZ correctly 2019-03-22 05:35:55 +00:00
horizon.networktopologycommon.js Horizon Spinner/Loader should inherit from theme 2017-04-21 11:15:52 -07:00
horizon.quota.js Add charts to show volume quotas on Python launch instance modal 2017-02-16 14:55:17 -08:00
horizon.volumes.js Move js files into openstack_dashboard folder. 2016-12-18 15:27:42 +09:00