Merge "Fix the misspelling of "migration""

This commit is contained in:
Zuul 2018-01-04 13:48:53 +00:00 committed by Gerrit Code Review
commit 08d425ee07
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,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: