Fix instructions for setting up the initial database.
This commit is contained in:
@@ -276,7 +276,7 @@ def _db_error(caught_exception):
|
|||||||
print caught_exception
|
print caught_exception
|
||||||
print _("The above error may show that the database has not "
|
print _("The above error may show that the database has not "
|
||||||
"been created.\nPlease create a database using "
|
"been created.\nPlease create a database using "
|
||||||
"nova-manage sync db before running this command.")
|
"'nova-manage db sync' before running this command.")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user