From 41bc0541135b6362a3b42bf60fa8a65279223fba Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 17 Oct 2018 15:42:59 -0400 Subject: [PATCH] Fix typo in libvirt.hw_machine_type help Change-Id: Iac4e4cc77a46103e77d1113f497fbb25e4e588e5 --- nova/conf/libvirt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py index 5724dedf7800..7002be83fbf9 100644 --- a/nova/conf/libvirt.py +++ b/nova/conf/libvirt.py @@ -671,7 +671,7 @@ http://man7.org/linux/man-pages/man7/random.7.html. 'a default machine type per host architecture. ' 'You can find a list of supported machine types ' 'in your environment by checking the output of ' - 'the "virsh capabilities"command. The format of the ' + 'the "virsh capabilities" command. The format of the ' 'value for this config option is host-arch=machine-type. ' 'For example: x86_64=machinetype1,armv7l=machinetype2'), cfg.StrOpt('sysinfo_serial',