Feilong Wang fa2e8327b9 Add cache for get_microversion() against Nova
Actions "Lock" and "Unlock" of instance on instances table are calling
api.nova.is_feature_available() to check if the feature is supported
by current Nova server. Unfortunately, the function get_microversion()
called by is_feature_available() is not cached, which is causing about
40 unnecesary REST API calls. If the Nova's version is under Mitaka,
it could be even worse, about 80 unnecesary API calls, see
openstack_dashboard/api/nova.py#L60 and
novaclient/v2/versions.py#L47 for more details.

Closes-Bug: #1721423

Change-Id: Ie96b1a35e379d4cf407bfd53b1ee734178f9cb07
2017-10-05 14:37:38 +13:00
..
2017-09-12 16:15:42 +00:00
2017-06-27 14:20:03 +00:00
2017-07-03 08:02:23 +00:00
2017-09-12 15:23:26 +08:00
2017-07-03 08:02:23 +00:00