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
|
Runs cinder-manage to initialize a new database or migrate existing and
|
||||||
restarts services to ensure that the changes are picked up. The first
|
restarts services to ensure that the changes are picked up. The first
|
||||||
(leader) unit to perform this action should have broadcast this information
|
(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():
|
if is_db_intialised():
|
||||||
log("Database is already initialised.", level=DEBUG)
|
log("Database is already initialised.", level=DEBUG)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user