From 37593defd4c6e87d68725b021c9653ee78150f46 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 11 Dec 2018 10:42:18 +0000 Subject: [PATCH] Fix typo Change-Id: Ie698db56dfab5cdc03826c8ca0e8c60ad5f2cdc9 Signed-off-by: Stephen Finucane --- nova/virt/hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/virt/hardware.py b/nova/virt/hardware.py index fb48df3c203b..f0f72b6603c3 100644 --- a/nova/virt/hardware.py +++ b/nova/virt/hardware.py @@ -1042,7 +1042,7 @@ def _numa_fit_instance_cell(host_cell, instance_cell, limit_cell=None, # available page size. pagesize = _get_smallest_pagesize(host_cell) LOG.debug('No specific pagesize requested for instance, ' - 'selectionned pagesize: %d', pagesize) + 'selected pagesize: %d', pagesize) if not host_cell.can_fit_hugepages( pagesize, instance_cell.memory * units.Ki): LOG.debug('Not enough available memory to schedule instance '