diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -46,6 +46,20 @@ oslo.policy.policies = # list_rules method into a separate entry point rather than using the # aggregate method. nova = nova.policies:list_rules +nova.api.extra_spec_validators = + aggregate_instance_extra_specs = nova.api.validation.extra_specs.aggregate_instance_extra_specs + capabilities = nova.api.validation.extra_specs.capabilities + hw = nova.api.validation.extra_specs.hw + hw_rng = nova.api.validation.extra_specs.hw_rng + hw_video = nova.api.validation.extra_specs.hw_video + null = nova.api.validation.extra_specs.null + os = nova.api.validation.extra_specs.os + pci_passthrough = nova.api.validation.extra_specs.pci_passthrough + powervm = nova.api.validation.extra_specs.powervm + quota = nova.api.validation.extra_specs.quota + resources = nova.api.validation.extra_specs.resources + traits = nova.api.validation.extra_specs.traits + vmware = nova.api.validation.extra_specs.vmware nova.compute.monitors.cpu = virt_driver = nova.compute.monitors.cpu.virt_driver:Monitor nova.scheduler.driver = |