From df34db8afbe85e64a4b5d11338ef08b3ed287539 Mon Sep 17 00:00:00 2001
From: Josh Kearney <josh@jk0.org>
Date: Tue, 22 Jan 2013 14:03:35 -0600
Subject: [PATCH] Remove incorrect 'raise'.

Fixes bug 1096102.

Change-Id: Ibcdccd949566f47bb516c7562149d6b0100fce18
---
 openstackclient/identity/v2_0/endpoint.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/openstackclient/identity/v2_0/endpoint.py b/openstackclient/identity/v2_0/endpoint.py
index a9a2e7a40b..cb06b6abbd 100644
--- a/openstackclient/identity/v2_0/endpoint.py
+++ b/openstackclient/identity/v2_0/endpoint.py
@@ -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: