Fix typo in cinder_utils.py
TrivialFix Change-Id: Iea867a896b33e0d94978b829ef62ab5c4506978e
This commit is contained in:
parent
3d2b097330
commit
b92f885efa
@ -691,7 +691,7 @@ def migrate_database():
|
||||
Runs cinder-manage to initialize a new database or migrate existing and
|
||||
restarts services to ensure that the changes are picked up. The first
|
||||
(leader) unit to perform this action should have broadcast this information
|
||||
to its peers so first we check whether this has already occured.
|
||||
to its peers so first we check whether this has already occurred.
|
||||
"""
|
||||
if is_db_intialised():
|
||||
log("Database is already initialised.", level=DEBUG)
|
||||
|
Loading…
Reference in New Issue
Block a user