Merge "Remove incorrect 'raise'."
This commit is contained in:
		@@ -211,8 +211,6 @@ class ShowEndpoint(show.ShowOne):
 | 
				
			|||||||
                    msg = "No service with a type, name or ID of '%s' exists" \
 | 
					                    msg = "No service with a type, name or ID of '%s' exists" \
 | 
				
			||||||
                        % parsed_args.service
 | 
					                        % parsed_args.service
 | 
				
			||||||
                    raise exceptions.CommandError(msg)
 | 
					                    raise exceptions.CommandError(msg)
 | 
				
			||||||
            else:
 | 
					 | 
				
			||||||
                raise
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
            data = identity_client.endpoints.list()
 | 
					            data = identity_client.endpoints.list()
 | 
				
			||||||
            for ep in data:
 | 
					            for ep in data:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user