Merge "Update placement for os-traits 2.8.0 release"

This commit is contained in:
Zuul 2022-08-02 21:04:49 +00:00 committed by Gerrit Code Review
commit eb95805e94
2 changed files with 5 additions and 6 deletions

View File

@ -9,11 +9,10 @@ defaults:
openstack-api-version: placement 1.6 openstack-api-version: placement 1.6
tests: tests:
# FIXME(tonyb): commnet out to allow os-traits 2.8.0 - name: what is at traits
# - name: what is at traits GET: /traits
# GET: /traits response_json_paths:
# response_json_paths: $.traits.`len`: 344 # Number of standard traits
# $.traits.`len`: 335 # Number of standard traits
- name: create a trait without custom namespace - name: create a trait without custom namespace
PUT: /traits/TRAIT_X PUT: /traits/TRAIT_X

View File

@ -26,5 +26,5 @@ oslo.middleware>=3.31.0 # Apache-2.0
oslo.upgradecheck>=1.3.0 # Apache-2.0 oslo.upgradecheck>=1.3.0 # Apache-2.0
# NOTE(efried): Sync lower-constraints.txt for os-traits & os-resource-classes. # NOTE(efried): Sync lower-constraints.txt for os-traits & os-resource-classes.
os-resource-classes>=1.1.0 # Apache-2.0 os-resource-classes>=1.1.0 # Apache-2.0
os-traits>=2.7.0 # Apache-2.0 os-traits>=2.8.0 # Apache-2.0
microversion-parse>=0.2.1 # Apache-2.0 microversion-parse>=0.2.1 # Apache-2.0