summaryrefslogtreecommitdiff
path: root/nova/scheduler/client/report.py
Commit message (Expand)AuthorAgeFilesLines
* mypy: Fix implicit optional usageEric Harney2023-03-271-1/+1
* Follow up for the PCI in placement seriesBalazs Gibizer2022-09-021-2/+2
* Handle PCI dev reconf with allocationsBalazs Gibizer2022-08-261-1/+0
* Retry /reshape at provider generation conflictBalazs Gibizer2022-08-251-3/+16
* Unify placement client singleton implementationsDan Smith2022-08-181-0/+46
* Tell oslo.limit how to count nova resourcesJohn Garbutt2022-02-241-0/+24
* Clean up allocations left by evacuation when deleting serviceTakashi Kajinami2021-10-261-6/+26
* Merge "Bump min placement microversion to 1.36"Zuul2021-08-311-2/+2
|\
| * Bump min placement microversion to 1.36Balazs Gibizer2021-08-211-2/+2
* | Add force kwarg to delete_allocation_for_instanceMatt Riedemann2021-08-301-5/+36
|/
* Invalidate provider tree when compute node disappearsMark Goddard2021-08-121-5/+12
* Merge "Enable mypy on scheduler/report.py"Zuul2021-04-211-3/+3
|\
| * Enable mypy on scheduler/report.pyBalazs Gibizer2021-02-241-3/+3
* | Follow up for QoS interface attachBalazs Gibizer2021-02-231-1/+3
|/
* Make remove allocation symmetric with add allocationBalazs Gibizer2021-01-181-20/+31
* Allow extending an existing instance allocationBalazs Gibizer2021-01-181-0/+93
* Remove dead code from SchedulerReportClientBalazs Gibizer2021-01-061-20/+0
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-2/+1
* Reduce gen conflict in COMPUTE_STATUS_DISABLED handlingBalazs Gibizer2020-07-101-2/+14
* Delete resource provider in tree by top-down traversable ordersongwenping2020-06-231-7/+15
* Use Placement 1.35 (root_required)Eric Fried2020-01-071-2/+2
* Use Placement 1.34 (string suffixes & mappings)Eric Fried2019-12-051-2/+2
* Specify what RPs _ensure_resource_provider collectsBalazs Gibizer2019-11-211-2/+2
* Merge "Remove @safe_connect from _delete_provider"Zuul2019-10-091-5/+7
|\
| * Remove @safe_connect from _delete_providerEric Fried2019-07-191-5/+7
* | Remove @safe_connect from put_allocationsBalazs Gibizer2019-10-081-5/+9
* | Include both VCPU and PCPU in core quota countHe Jie Xu2019-09-181-2/+11
* | Nova object changes for forbidden aggregates request filtershilpa2019-09-091-2/+2
* | trivial: Remove unused '_instance_to_allocations_dict' functionStephen Finucane2019-08-071-14/+0
* | Merge "Use OpenStack SDK for placement"Zuul2019-07-311-1/+1
|\ \
| * | Use OpenStack SDK for placementEric Fried2019-07-231-1/+1
* | | Merge "Disambiguate logs in delete_allocation_for_instance"Zuul2019-07-251-1/+2
|\ \ \ | |/ / |/| |
| * | Disambiguate logs in delete_allocation_for_instanceEric Fried2019-07-191-1/+2
| |/
* | Merge "Optimize SchedulerReportClient.delete_resource_provider"Zuul2019-07-201-8/+10
|\ \ | |/ |/|
| * Optimize SchedulerReportClient.delete_resource_providerMatt Riedemann2019-06-131-8/+10
* | Use Adapter global_request_id kwargEric Fried2019-07-151-15/+7
* | Un-safe_connect and publicize get_providers_in_treeEric Fried2019-06-271-4/+9
* | Prepare _heal_allocations_for_instance for nested allocationsBalazs Gibizer2019-06-271-24/+6
* | hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-4/+4
* | Merge "Avoid unnecessary joins in delete_resource_provider"Zuul2019-06-211-2/+6
|\ \ | |/
| * Avoid unnecessary joins in delete_resource_providerMatt Riedemann2019-06-131-2/+6
* | Make get_provider_by_name public and remove safe_connectMatt Riedemann2019-06-111-21/+18
* | Merge "Count instances from mappings and cores/ram from placement"Zuul2019-05-301-0/+4
|\ \
| * | Count instances from mappings and cores/ram from placementmelanie witt2019-05-231-0/+4
* | | Merge "Add get_usages_counts_for_quota to SchedulerReportClient"Zuul2019-05-301-0/+65
|\ \ \ | |/ / | | / | |/ |/|
| * Add get_usages_counts_for_quota to SchedulerReportClientmelanie witt2019-04-181-0/+65
* | Merge "Query `in_tree` to placement"Zuul2019-05-021-2/+2
|\ \
| * | Query `in_tree` to placementTetsuro Nakamura2019-04-171-2/+2
* | | Merge "Use aggregate_add_host in nova-manage"Zuul2019-04-291-10/+17
|\ \ \ | |/ / |/| |
| * | Use aggregate_add_host in nova-manageEric Fried2019-03-261-10/+17