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

@@ -18,6 +18,7 @@
<corywright@gmail.com> <cory.wright@rackspace.com> <corywright@gmail.com> <cory.wright@rackspace.com>
<dan@nicira.com> <danwent@dan-xs3-cs> <dan@nicira.com> <danwent@dan-xs3-cs>
<dan@nicira.com> <danwent@gmail.com> <dan@nicira.com> <danwent@gmail.com>
<derekh@redhat.com> <higginsd@gmail.com>
<devin.carlen@gmail.com> <devcamcar@illian.local> <devin.carlen@gmail.com> <devcamcar@illian.local>
<edouard1.thuleau@orange.com> <thuleau@gmail.com> <edouard1.thuleau@orange.com> <thuleau@gmail.com>
<ewan.mellor@citrix.com> <emellor@silver> <ewan.mellor@citrix.com> <emellor@silver>

View File

@@ -42,7 +42,7 @@ David Pravec <David.Pravec@danix.org>
David Subiros <david.perez5@hp.com> David Subiros <david.perez5@hp.com>
Dean Troyer <dtroyer@gmail.com> Dean Troyer <dtroyer@gmail.com>
Deepak Garg <deepak.garg@citrix.com> Deepak Garg <deepak.garg@citrix.com>
Derek Higgins <higginsd@gmail.com> Derek Higgins <derekh@redhat.com>
Devdeep Singh <devdeep.singh@citrix.com> Devdeep Singh <devdeep.singh@citrix.com>
Devendra Modium <dmodium@isi.edu> Devendra Modium <dmodium@isi.edu>
Devin Carlen <devin.carlen@gmail.com> Devin Carlen <devin.carlen@gmail.com>

View File

@@ -616,7 +616,7 @@ class ProjectCommands(object):
print e print e
print _("The above error may show that the certificate db has " print _("The above error may show that the certificate db has "
"not been created.\nPlease create a database by running " "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 AccountCommands = ProjectCommands