From 4cca0ee13cadcda12e3aad79a68e33e19c6b527d Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 6 Jun 2019 12:58:57 -0500 Subject: [PATCH] Bump os-traits to latest release (0.14.0) os-traits 0.14.0 hit upper-constraints [1] so placement's lower bounds and canary test need to be updated accordingly. [1] https://review.opendev.org/663507 Change-Id: Ib6f08a681162101f91c0de4ce1d2eed35975ef96 --- lower-constraints.txt | 2 +- placement/tests/functional/gabbits/traits.yaml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 827d75a39..537a4f23d 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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.13.0 +os-traits==0.14.0 oslo.concurrency==3.26.0 oslo.config==6.7.0 oslo.context==2.19.2 diff --git a/placement/tests/functional/gabbits/traits.yaml b/placement/tests/functional/gabbits/traits.yaml index c50b5159d..dd7c5b00a 100644 --- a/placement/tests/functional/gabbits/traits.yaml +++ b/placement/tests/functional/gabbits/traits.yaml @@ -12,7 +12,7 @@ tests: - name: what is at traits GET: /traits response_json_paths: - $.traits.`len`: 236 # Number of standard traits + $.traits.`len`: 237 # Number of standard traits - name: create a trait without custom namespace PUT: /traits/TRAIT_X diff --git a/requirements.txt b/requirements.txt index c0ab84af9..e99cc3804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.13.0 # Apache-2.0 +os-traits>=0.14.0 # Apache-2.0 microversion-parse>=0.2.1 # Apache-2.0