diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-23 21:15:13 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-23 21:15:13 +0000 |
| commit | 8d64cc2caa4be09a92c8965b54fff2d8fe49f775 (patch) | |
| tree | 230ecebc45e42e44a5e7537adc387195153f297f /openstackclient | |
| parent | 63c8bb5306d15c7679b2cd1d22b6ee556967863d (diff) | |
| parent | df34db8afbe85e64a4b5d11338ef08b3ed287539 (diff) | |
| download | python-openstackclient-8d64cc2caa4be09a92c8965b54fff2d8fe49f775.tar.gz | |
Merge "Remove incorrect 'raise'."
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/identity/v2_0/endpoint.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/identity/v2_0/endpoint.py b/openstackclient/identity/v2_0/endpoint.py index a9a2e7a4..cb06b6ab 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: |
