nova/nova/conductor
Matt Riedemann 307e998efb Remove vol_get_usage_by_time from conductor api/rpcapi
In Havana, commit 3cf4cb253 moved the volume usage notify code to
conductor.

In Juno, commit 47f6ffad8 dropped vol_get_usage_by_time from conductor
manager but not from the conductor api/rpcapi modules. Without
vol_get_usage_by_time being in conductor manager it's an API pointing to
nothing and won't work so we should remove it.

The DB APIs are left in since the vol_usage_update DB API is tested
using vol_get_usage_by_time.

If we were to leave the conductor APIs in tree, we should add the
conductor manager method back in and convert the volume_usages table to
nova objects, and possibly also expose it via a v2.1 API extension.

Closes-Bug: #1434687

Change-Id: Ie2980d681c62cd3457b359fbe4f5c32a2bcfc5db
2015-03-20 13:29:09 -07:00
..
tasks Use oslo.log 2015-02-22 07:56:40 -05:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Remove vol_get_usage_by_time from conductor api/rpcapi 2015-03-20 13:29:09 -07:00
manager.py Merge "Populates retry info when unshelve offloaded instance" 2015-03-20 07:49:23 +00:00
rpcapi.py Remove vol_get_usage_by_time from conductor api/rpcapi 2015-03-20 13:29:09 -07:00