From c68b23524c18c2ba0e5a395b98044422b0412daa Mon Sep 17 00:00:00 2001 From: Guoqiang Ding Date: Thu, 21 Dec 2017 13:57:16 +0800 Subject: [PATCH] Fix the misspelling of "migration" Change-Id: I797913d5d13a8e7b2734d0e20b1717de3a4fa565 --- hooks/nova_cc_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/nova_cc_hooks.py b/hooks/nova_cc_hooks.py index 396fc8d7..8265ebd3 100755 --- a/hooks/nova_cc_hooks.py +++ b/hooks/nova_cc_hooks.py @@ -298,7 +298,7 @@ def install(): @harden() def config_changed(): # neutron-server runs if < juno. Neutron-server creates mysql tables - # which will subsequently cause db migratoins to fail if >= juno. + # which will subsequently cause db migrations to fail if >= juno. # Disable neutron-server if >= juno if CompareOpenStackReleases(os_release('nova-common')) >= 'juno': with open('/etc/init/neutron-server.override', 'wb') as out: