Fix typo in cinder_utils.py

TrivialFix

Change-Id: Iea867a896b33e0d94978b829ef62ab5c4506978e
This commit is contained in:
zhangyanxian 2017-01-22 02:10:03 +00:00
parent 3d2b097330
commit b92f885efa

View File

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