Merge "Removes dead code in cassandra driver"

This commit is contained in:
Jenkins 2015-06-26 19:56:34 +00:00 committed by Gerrit Code Review
commit 7ede82199d
1 changed files with 0 additions and 13 deletions

View File

@ -37,19 +37,6 @@ from poppy.storage import base
LOG = logging.getLogger(__name__)
CQL_GET_ALL_SERVICES = '''
SELECT project_id,
service_id,
service_name,
domains,
flavor_id,
origins,
caching_rules,
restrictions
FROM services
WHERE project_id = %(project_id)s
'''
CQL_LIST_SERVICES = '''
SELECT project_id,
service_id,