diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-07-15 13:54:58 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-07-15 13:54:58 +1200 |
commit | 57706693ebdd4328f69db2ac462b56a9611b04d6 (patch) | |
tree | ba07bfde20cb548f9ced8fa76960658ab891ba1c /undercloud-vm.yaml | |
parent | 3af15362879ed990850d40af482d3ea56f8c0a3d (diff) |
Stop passing no longer honoured keys in.
The undercloud (and boot-stack in general) no longer create baremetal
flavors or register baremetal ramdisks, so passing in keys for that
isn't needed.
Change-Id: I8c20e95f3a57418d7ae160a296a092cd71254e3d
Diffstat (limited to 'undercloud-vm.yaml')
-rw-r--r-- | undercloud-vm.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 9ba62854..5892d11f 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -43,8 +43,6 @@ Resources: db: mysql://cinder:unset@localhost/cinder volume_size_mb: '5000' db-password: unset - dib: - ramdisk_elements: deploy glance: db: mysql://glance:unset@localhost/glance host: 127.0.0.1 @@ -85,7 +83,6 @@ Resources: ram_allocation_ratio: 1.0 reserved_host_memory_mb: 0 baremetal: - arch: i386 db: mysql://nova:unset@localhost/nova_bm power_manager: nova.virt.baremetal.virtual_power_driver.VirtualPowerManager pxe_deploy_timeout: 1200 |