diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-15 09:03:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-15 09:03:41 +0000 |
| commit | 99c2e02b44a1012c8e26fc7658dc40ec4620a1ee (patch) | |
| tree | f89cb4cbdd88f4975e218cd0867d318d1da007ec /bin | |
| parent | cc12819adef88983ef78e9bfb18745df9c39b561 (diff) | |
| parent | 649e32b0dcd8610e4bb248ba508179083a0eb6bd (diff) | |
Merge "Changing nova-manage error message"
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 2 |
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 |
