Remove vcpu resource from extensible resource tracker

This patch makes vcpu resource tracking explicit in the
resource tracker and removes the corresponding VCPU
resource plugin from the extensible resource tracker.

This is a first step towards removing the extensible
resource tracker in a future release. A follow-on
patch will add deprecation notices for the
extensible resource tracker.

DocImpact: default value of compute_resources has
changed to an empty list.

blueprint resource-objects
Change-Id: If4318ce1c942292ef041a0b5c800304544207cb4
This commit is contained in:
Paul Murray
2015-10-29 04:47:38 +00:00
committed by John Garbutt
parent 63347382d5
commit d3bece175b
6 changed files with 37 additions and 196 deletions

View File

@@ -42,7 +42,7 @@ oslo.config.opts =
nova.compute.monitors.cpu =
virt_driver = nova.compute.monitors.cpu.virt_driver:Monitor
nova.compute.resources =
vcpu = nova.compute.resources.vcpu:VCPU
nova.image.download.modules =
file = nova.image.download.file
console_scripts =