From c74994597fe9400bee79046bf9f15b163c50b61c Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 21 Jan 2013 17:30:05 -0500 Subject: [PATCH] Change Nova -> Cinder in credentials error message Change-Id: I410360ca23388e93bcbbf3dce053cae99c84a431 --- cinderclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinderclient/shell.py b/cinderclient/shell.py index a6929dbbb..621de294f 100644 --- a/cinderclient/shell.py +++ b/cinderclient/shell.py @@ -432,7 +432,7 @@ class OpenStackCinderShell(object): if not utils.isunauthenticated(args.func): self.cs.authenticate() except exc.Unauthorized: - raise exc.CommandError("Invalid OpenStack Nova credentials.") + raise exc.CommandError("Invalid OpenStack Cinder credentials.") except exc.AuthorizationFailure: raise exc.CommandError("Unable to authorize user")