manila/manila/scheduler
Stephen Finucane 204215722e db: Rename 'share_instances_*' to 'share_instance_*'
Rename a number of APIs to use singular, rather than plural, like every
other API uses:

- share_instances_status_update ->
    share_instance_status_update
- share_instances_get_all ->
    share_instance_get_all
- share_instances_get_all_by_host ->
    share_instance_get_all_by_host
- share_instances_get_all_by_share_network ->
    share_instance_get_all_by_share_network
- share_instances_get_all_by_share_server ->
    share_instance_get_all_by_share_server
- share_instances_get_all_by_share ->
    share_instance_get_all_by_share
- share_instances_get_all_by_share_group_id ->
    share_instance_get_all_by_share_group_id

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ic48fe0d1631a6e1a8ee9a50741cc1b31c9187c37
2023-09-27 16:20:17 +01:00
..
drivers Add scheduler_default_extend_filters option. 2022-08-30 06:51:51 +00:00
evaluator Fix DriverFilter/GoodnessWeigher string evaluations 2022-08-23 10:05:05 +00:00
filters onlyHostFilter: Fix follow-up suggestions. 2023-05-23 07:08:11 +00:00
weighers Add NetApp Active IQ scheduler weigher 2023-08-30 08:28:50 -03:00
__init__.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
base_handler.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
host_manager.py db: Rename 'share_instances_*' to 'share_instance_*' 2023-09-27 16:20:17 +01:00
manager.py update capacity filter during extend share 2023-02-27 23:14:50 +00:00
rpcapi.py Extend share will go through scheduler 2021-08-27 05:35:45 +00:00
scheduler_options.py Remove log translations in scheduler 3/5 2017-03-31 00:54:26 +08:00
utils.py Add config option reserved_share_extend_percentage 2022-06-14 23:08:31 +05:30