Change Nova -> Cinder in credentials error message
Change-Id: I410360ca23388e93bcbbf3dce053cae99c84a431
This commit is contained in:
parent
8d2e463ac4
commit
c74994597f
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user