summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-15 09:03:41 +0000
committerGerrit Code Review <review@openstack.org>2012-02-15 09:03:41 +0000
commit99c2e02b44a1012c8e26fc7658dc40ec4620a1ee (patch)
treef89cb4cbdd88f4975e218cd0867d318d1da007ec /bin
parentcc12819adef88983ef78e9bfb18745df9c39b561 (diff)
parent649e32b0dcd8610e4bb248ba508179083a0eb6bd (diff)
Merge "Changing nova-manage error message"
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-manage2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index a271cf2ff..49ec41656 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -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