Fix the misspelling of "migration"

Change-Id: I797913d5d13a8e7b2734d0e20b1717de3a4fa565
This commit is contained in:
Guoqiang Ding 2017-12-21 13:57:16 +08:00
parent 0196625084
commit c68b23524c
1 changed files with 1 additions and 1 deletions

View File

@ -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: