summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDerek Higgins <derekh@redhat.com>2012-02-13 17:48:43 +0000
committerDerek Higgins <derekh@redhat.com>2012-02-14 17:23:41 +0000
commit649e32b0dcd8610e4bb248ba508179083a0eb6bd (patch)
tree3ba02d5ec8d558acae30b8594b2c2a3cb7446021 /bin
parent8312dc624f89bdc9b3881f012eaf20187d437b2e (diff)
Changing nova-manage error message
CA filesystem now created by nova-cert Also changing Author details Change-Id: I456d985810d6f0312a7ef94b21637f347e933303
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 6a51f1102..3f26e5e4f 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