Bump os-traits minimum to 0.15.0

os-traits 0.15.0 was just released. Require it.

Change-Id: Ia3b7387192856b812cb7f0689cfe329ebf51b6bd
This commit is contained in:
Eric Fried
2019-06-28 20:56:20 -05:00
parent bdcd18f3e3
commit 2772dafc9d
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ netifaces==0.10.4
os-client-config==1.29.0
os-resource-classes==0.4.0
os-service-types==1.2.0
os-traits==0.14.0
os-traits==0.15.0
oslo.concurrency==3.26.0
oslo.config==6.7.0
oslo.context==2.19.2

View File

@@ -12,7 +12,7 @@ tests:
- name: what is at traits
GET: /traits
response_json_paths:
$.traits.`len`: 237 # Number of standard traits
$.traits.`len`: 267 # Number of standard traits
- name: create a trait without custom namespace
PUT: /traits/TRAIT_X

View File

@@ -23,5 +23,5 @@ oslo.middleware>=3.31.0 # Apache-2.0
oslo.upgradecheck>=0.2.0 # Apache-2.0
# NOTE(efried): Sync lower-constraints.txt for os-traits & os-resource-classes.
os-resource-classes>=0.4.0 # Apache-2.0
os-traits>=0.14.0 # Apache-2.0
os-traits>=0.15.0 # Apache-2.0
microversion-parse>=0.2.1 # Apache-2.0