cc83335987
FilterScheduler is the only scheduler driver that properly integrated with placement api so this patch changes the functional test environment to use the FilterScheduler instead of the ChanceScheduler. The amount of vcpu the SmallFakeDriver reports need to be bumped to 2 as during resize to same host the filter scheduler doubles the allocation on the host. Simply relying on the 16.0 default allocation ratio does not work as the max_unit of the vcpu does not use the allocation ratio to avoid that a single server overallocates the cpu. The only change in unit test is test_create_instance_with_oversubscribed_cpu which also loads the SmallFakeDriver and asserts available resources on it. Change-Id: I12de2e195022593ea2a3e2894f2c3b5226930d4f
16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"hypervisor_statistics": {
|
|
"count": 1,
|
|
"current_workload": 0,
|
|
"disk_available_least": 0,
|
|
"free_disk_gb": 1028,
|
|
"free_ram_mb": 7680,
|
|
"local_gb": 1028,
|
|
"local_gb_used": 0,
|
|
"memory_mb": 8192,
|
|
"memory_mb_used": 512,
|
|
"running_vms": 0,
|
|
"vcpus": 2,
|
|
"vcpus_used": 0
|
|
}
|
|
} |