Merge "Remove unnecessary completion signal"
authorJenkins <jenkins@review.openstack.org>
Tue, 30 Sep 2014 11:53:51 +0000 (11:53 +0000)
committerGerrit Code Review <review@openstack.org>
Tue, 30 Sep 2014 11:53:51 +0000 (11:53 +0000)
undercloud-source.yaml
undercloud-vm-ironic-deploy.yaml

index 2fcadd9..8f041f9 100644 (file)
@@ -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.
index f1d3af7..3bf32a7 100644 (file)
@@ -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: