aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--undercloud-source.yaml4
-rw-r--r--undercloud-vm-ironic-deploy.yaml4
2 files changed, 2 insertions, 6 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml
index 2fcadd90..8f041f98 100644
--- a/undercloud-source.yaml
+++ b/undercloud-source.yaml
@@ -11,10 +11,6 @@ parameters:
description: The keystone auth secret.
type: string
hidden: true
- CinderLVMLoopDeviceSize:
- default: 5000
- description: The size of the loopback file used by the cinder LVM driver.
- type: number
BaremetalArch:
default: i386
description: The architecture to use in Nova-BM - i386 or amd64.
diff --git a/undercloud-vm-ironic-deploy.yaml b/undercloud-vm-ironic-deploy.yaml
index f1d3af78..3bf32a76 100644
--- a/undercloud-vm-ironic-deploy.yaml
+++ b/undercloud-vm-ironic-deploy.yaml
@@ -8,7 +8,7 @@ parameters:
description: What interface to bridge onto br-ex for network nodes.
type: string
NovaComputeDriver:
- default: ironic.nova.virt.ironic.driver.IronicDriver
+ default: nova.virt.ironic.driver.IronicDriver
description: Full class name for the Nova compute driver
type: string
NovaComputeManager:
@@ -16,7 +16,7 @@ parameters:
description: Full class name for the Nova compute manager
type: string
NovaSchedulerHostManager:
- default: ironic.nova.scheduler.ironic_host_manager.IronicHostManager
+ default: nova.scheduler.ironic_host_manager.IronicHostManager
description: Full class name for the Nova scheduler host manager
type: string
PowerSSHPrivateKey: