From c4d9158bfeba4795b0c4ceead56d37d644eafbef Mon Sep 17 00:00:00 2001 From: jichenjc Date: Wed, 26 Aug 2015 15:08:48 +0800 Subject: [PATCH] Return dummy numa_topology community commit 9afb264151998baaa921a034219da3b8e17347e0 removed hacking on compute layer, so we need to return dummy numa_topology so that the validation won't fail. Change-Id: I58da3ec50ca7090a7e232c07c078800d7c1d69e9 --- nova/virt/zvm/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/virt/zvm/driver.py b/nova/virt/zvm/driver.py index 49d8b66..6747fde 100644 --- a/nova/virt/zvm/driver.py +++ b/nova/virt/zvm/driver.py @@ -1019,6 +1019,7 @@ class ZVMDriver(driver.ComputeDriver): 'cpu_info': jsonutils.dumps(stats['cpu_info']), 'disk_available_least': stats['disk_available'], 'supported_instances': jsonutils.dumps(supported_instances), + 'numa_topology': None, } return dic