diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-07-16 14:23:49 +1200 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-07-15 20:25:10 -0700 |
commit | 257ebe03240f27158eb873d6982d525e44e3ae3c (patch) | |
tree | e726ffe4d7bcf41057448e530f2ccf22df2dfbed | |
parent | 57706693ebdd4328f69db2ac462b56a9611b04d6 (diff) |
Reinstate architecture binding for nova-bm.
Per bug 1201656 (which this doesn't fix) nova-compute can only run one
bm arch from a single compute host.
Change-Id: I0eabe6e85ed388af111ef503882dfdf7959d8d97
-rw-r--r-- | undercloud-vm.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 5892d11f..0b21a310 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -83,6 +83,7 @@ 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 |