Bump requirement for osc-lib
python-octaviaclient unit tests now require osc-lib>=4.3.0. That fixes issues in the tests when using older osc-lib releases: AttributeError: 'FakeClientManager' object has no attribute 'sdk_connection' 4.3.0 introduces a few deprecations that will be fixed in a follow-up commit Change-Id: I3a48ea49c3e6d5a8e59effcbf67f1fc90382d065 Signed-off-by: Gregory Thiemonge <gthiemon@redhat.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
cliff!=2.9.0,>=2.8.0 # Apache-2.0
|
||||
keystoneauth1>=3.18.0 # Apache-2.0
|
||||
python-openstackclient>=3.12.0 # Apache-2.0
|
||||
osc-lib>=1.14.1 # Apache-2.0
|
||||
osc-lib>=4.3.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||
oslo.utils>=3.33.0 # Apache-2.0
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user