Updated from global requirements

Change-Id: I4c26585bce403802dae3e7902c1e867bcf4185d3
This commit is contained in:
OpenStack Proposal Bot 2017-04-02 11:27:11 +00:00 committed by Tomasz Trębski
parent 10bb8b0ce9
commit b2690c96d0
2 changed files with 2 additions and 15 deletions

View File

@ -212,19 +212,6 @@ class MetricsRepository(metrics_repository.AbstractMetricsRepository):
return select_stmt
def _build_select_metric_map_query(self, tenant_id, region, parms):
select_stmt = """
select metric_map
from metric_map
where tenant_id = %s and region = %s
"""
parms.append(tenant_id.encode('utf8'))
parms.append(region.encode('utf8'))
return select_stmt
def measurement_list(self, tenant_id, region, name, dimensions,
start_timestamp, end_timestamp, offset,
limit, merge_metrics_flag):

View File

@ -1,10 +1,10 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
oslo.db>=4.15.0 # Apache-2.0
oslo.db>=4.19.0 # Apache-2.0
oslo.config>=3.22.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0
oslo.middleware>=3.10.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0