Merge "Remove incorrect 'raise'."

This commit is contained in:
Jenkins 2013-01-23 21:15:13 +00:00 committed by Gerrit Code Review
commit 8d64cc2caa

@ -211,8 +211,6 @@ class ShowEndpoint(show.ShowOne):
msg = "No service with a type, name or ID of '%s' exists" \
% parsed_args.service
raise exceptions.CommandError(msg)
else:
raise
data = identity_client.endpoints.list()
for ep in data: