Merge "Changing nova-manage error message"

This commit is contained in:
Jenkins
2012-02-15 09:03:41 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 2 deletions

View File

@@ -616,7 +616,7 @@ class ProjectCommands(object):
print e
print _("The above error may show that the certificate db has "
"not been created.\nPlease create a database by running "
"a nova-api server on this host.")
"a nova-cert server on this host.")
AccountCommands = ProjectCommands