From d09ddde54d23b40a60138a9fe6bf568f3e9e3407 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Mon, 13 Feb 2012 17:48:43 +0000 Subject: [PATCH] Changing nova-manage error message CA filesystem now created by nova-cert Also changing Author details Change-Id: I456d985810d6f0312a7ef94b21637f347e933303 --- .mailmap | 1 + Authors | 2 +- bin/nova-manage | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index 8270e0c5..853a942e 100644 --- a/.mailmap +++ b/.mailmap @@ -18,6 +18,7 @@ + diff --git a/Authors b/Authors index 112b3b06..879169e3 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 6a51f110..3f26e5e4 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