From 90b6a3984a4b07232d8426e7e3cb7076ef42c31e Mon Sep 17 00:00:00 2001 From: Danfeng Date: Sun, 26 Feb 2017 13:19:38 +0800 Subject: [PATCH] Fix typos detected by toolkit misspellings. * pip install misspellings * git ls-files | grep -v locale | misspellings -f - doc/source/upgrade.rst:177: incidentially -> "incidentally" nova/conf/libvirt.py:286: dependant -> "dependent" Change-Id: I9ae81c23de6eb4eb720552571267a372365b95d9 --- doc/source/upgrade.rst | 2 +- nova/conf/libvirt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/upgrade.rst b/doc/source/upgrade.rst index 4947ededa7e9..cdb674ff5783 100644 --- a/doc/source/upgrade.rst +++ b/doc/source/upgrade.rst @@ -174,7 +174,7 @@ Online data migrations occur in two places: new format #. Background online migrations that are performed using ``nova-manage`` to complete transformations that will not occur - incidentially due to normal runtime activity. + incidentally due to normal runtime activity. An example of online data migrations are the flavor migrations done as part of Nova object version 1.18. This included a transient migration of flavor diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py index 498b6f700b57..a3ac02724a6a 100644 --- a/nova/conf/libvirt.py +++ b/nova/conf/libvirt.py @@ -283,7 +283,7 @@ Related options: help=""" Schema used for live migration. -Override the default libvirt live migration scheme (which is dependant on +Override the default libvirt live migration scheme (which is dependent on virt_type). If this option is set to None, nova will automatically choose a sensible default based on the hypervisor. It is not recommended that you change this unless you are very sure that hypervisor supports a particular scheme.