summaryrefslogtreecommitdiff
path: root/nova/objects/compute_node.py
Commit message (Expand)AuthorAgeFilesLines
* Prevent deletion of a compute node belonging to another hostMark Goddard2021-09-301-1/+14
* objects: Add migrate-on-load behavior for legacy NUMA objectsStephen Finucane2020-05-061-0/+6
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-3/+3
* Add get_compute_nodes_by_host_or_node()Tetsuro Nakamura2019-04-171-1/+13
* Fix ComputeNode ovo compatibility codeBalazs Gibizer2019-01-251-0/+4
* Add compute_node ratio online data migration scriptYikun Jiang2018-12-051-0/+38
* Add ratio online data migration when load compute nodeYikun Jiang2018-12-051-25/+21
* Change the default values of XXX_allocation_ratioYikun Jiang2018-11-281-3/+6
* Ignore uuid if already set in ComputeNode.update_from_virt_driverMatt Riedemann2018-10-161-0/+5
* Filter deleted computes from get_all_by_uuids()Dan Smith2018-09-201-1/+2
* Update really old comments about vmware hosts managing multiple nodesMatt Riedemann2018-08-071-1/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Match ComputeNode.uuid to ironic node uuid in RTMatt Riedemann2018-05-311-1/+1
* Add ComputeNodeList.get_by_hypervisor_type()Dan Smith2017-09-111-0/+13
* objects: add ComputeNode.get_by_uuid methodMatt Riedemann2017-05-041-1/+10
* Add ability to query for ComputeNodes by their mapped valueDan Smith2017-04-271-1/+10
* Add ComputeNode.mapped fieldMatt Riedemann2017-04-271-1/+9
* Remove unused logging importAnh Tran2017-02-171-2/+0
* Add ComputeNodeList.get_all_by_uuids methodSylvain Bauza2017-01-201-1/+17
* Removed unused ComputeNode create/update_inventory methodsMatt Riedemann2016-12-061-92/+0
* Fix comment for version 1.15 ComputeNodeListliyingjun2016-07-011-1/+1
* Microversion 2.33 adds pagination support for hypervisorsliyingjun2016-07-011-1/+9
* Trivial-Fix: Fix typosRajesh Tailor2016-06-131-1/+1
* Make create_inventory() handle name changeDan Smith2016-06-081-7/+2
* Add name and generation to ResourceProvider objectChris Dent2016-06-071-2/+23
* Remove code referencing inventory table in cell DBJay Pipes2016-06-061-22/+0
* Make Inventory and ResourceProvider objects use the API DB insteadDan Smith2016-05-261-43/+5
* Migrate compute node resource information to Inventory objectsDan Smith2016-04-111-0/+137
* Drop compute node uuid online migration codeDan Smith2016-04-111-17/+0
* Merge "Config options: Centralize resource tracker options"Jenkins2016-04-011-5/+3
|\
| * Config options: Centralize resource tracker optionsPushkar Umaranikar2016-03-301-5/+3
* | Remove DictCompat from ComputeNodeRyan Rossiter2016-03-301-12/+10
|/
* Merge "Allow saving empty pci_device_pools in ComputeNode object"Jenkins2016-03-041-4/+8
|\
| * Allow saving empty pci_device_pools in ComputeNode objectLudovic Beliveau2016-02-161-4/+8
* | Add disk_allocation_ratio to ComputeNodeSylvain Bauza2016-02-221-5/+16
|/
* Allocate UUID for compute nodeDan Smith2016-02-151-1/+30
* Merge "Add a TODO to make ComputeNode.cpu_info non-nullable"Jenkins2016-02-061-0/+2
|\
| * Add a TODO to make ComputeNode.cpu_info non-nullablemelanie witt2016-02-031-0/+2
* | enginefacade: 'compute_node'Pavel Kholkin2016-01-251-2/+8
* | Merge "Remove catching of ComputeHostNotFound exception"Jenkins2016-01-221-46/+4
|\ \ | |/ |/|
| * Remove catching of ComputeHostNotFound exceptionPavel Kholkin2016-01-211-46/+4
* | Add note to ComputeNode.numa_topologyRyan Rossiter2016-01-191-0/+3
|/
* Drop JSON decoding for supported_instancesPaul Murray2015-12-081-5/+0
* Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-2/+2
* Remove obj_relationships from objectsDan Smith2015-10-301-13/+0
* Merge "Remove/deprecate unused parts of the compute node object"Jenkins2015-09-111-11/+4
|\
| * Remove/deprecate unused parts of the compute node objectHans Lindgren2015-08-131-11/+4
* | Add cpu_allocation_ratio and ram_allocation_ratio to ComputeNodeSylvain Bauza2015-08-311-4/+45
|/
* Make ComputeNode.service_id nullable to match db schemaHans Lindgren2015-08-131-4/+19
* Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-15/+7