horizon/openstack_dashboard/dashboards/admin/flavors
Kirill Bespalov eb60a2a128 [flavor update] Fixing a flavor comparation issue
A flavor attributes keys from UpdateFlavorInfo.contributes does not
match with attributes of flavor instance which returned by novaclient.

  swap_mb != swap, memory_mb != ram, etc

so, is_equals() method always return False.

Change-Id: Ic1c2b83fdcca6b7eab9e3b964b8d9becbdca2d3c
2017-01-19 13:20:45 +03:00
..
templates/flavors Add default common template to python table views 2017-01-05 08:59:35 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
constants.py Add default common template to python table views 2017-01-05 08:59:35 +00:00
panel.py Rework hardcoded policy in admin dash 2016-11-18 15:42:16 -07:00
tables.py Prevent long names breaking table layouts 2016-08-19 09:21:33 +01:00
tests.py Pagination for flavor - prev link 2015-12-25 00:14:03 +08:00
urls.py AngularJS based panels page title updated 2016-12-15 15:01:37 +03:00
views.py Add default common template to python table views 2017-01-05 08:59:35 +00:00
workflows.py [flavor update] Fixing a flavor comparation issue 2017-01-19 13:20:45 +03:00