diff --git a/.mailmap b/.mailmap index 8270e0c5c1c0..853a942e3332 100644 --- a/.mailmap +++ b/.mailmap @@ -18,6 +18,7 @@ + diff --git a/Authors b/Authors index 3f42459793b7..9995e58ac7c5 100644 --- a/Authors +++ b/Authors @@ -42,7 +42,7 @@ David Pravec David Subiros Dean Troyer Deepak Garg -Derek Higgins +Derek Higgins Devdeep Singh Devendra Modium Devin Carlen diff --git a/bin/nova-manage b/bin/nova-manage index a271cf2ff96e..49ec4165628c 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