Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge "fix(cassandra): remove unreachable code when checking exisitin…
Browse files Browse the repository at this point in the history
…g services"
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 9, 2015
2 parents 03a35d4 + 7e4d5b2 commit c1a76f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions poppy/storage/cassandra/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ def _exists_elsewhere(self, domain_name, service_id):
return False
except ValueError:
return False
else:
return False

def create(self, project_id, service_obj):
"""create.
Expand Down

0 comments on commit c1a76f3

Please sign in to comment.