diff options
Diffstat (limited to 'undercloud-vm-ironic-config.yaml')
-rw-r--r-- | undercloud-vm-ironic-config.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/undercloud-vm-ironic-config.yaml b/undercloud-vm-ironic-config.yaml index 1a90504a..f5aa4981 100644 --- a/undercloud-vm-ironic-config.yaml +++ b/undercloud-vm-ironic-config.yaml @@ -5,9 +5,11 @@ resources: config: nova: compute_hostname: undercloud - compute_driver: ironic.nova.virt.ironic.driver.IronicDriver - compute_manager: ironic.nova.compute.manager.ClusteredComputeManager + compute_driver: {get_param: NovaComputeDriver} + compute_manager: {get_param: NovaComputeManager} + scheduler_host_manager: {get_param: NovaSchedulerHostManager} db: mysql://nova:unset@localhost/nova + debug: {get_param: Debug} default_ephemeral_format: ext4 host: 127.0.0.1 metadata-proxy: false |