From openstacksdk version 0.11.1 onwards, there is no way you can add service to the connection. Hence we need to monkey _find_service_filter_class method from sdk to allow to point to thee correct service filter class from masakariclient. Solution provided here is not going to work in sdk 0.9.19 and 0.10.0 versions. Because service descriptor is not supported in 0.9.19 and 0.10.0 sdk versions and profile parameter doesn't work correctly during connection initialization. Also solution provided here is not going to work in sdk 0.13.0 and above, it will still fails with below error "'Connection' object has no attribute 'ha'" this is because 'Connection' object expecting instance_ha not ha Co-Author: tpatil <tushar.vitthal.patil@gmail.com> Depends-On: I24ec493f3333a5b3f6bfed9395c921fb28500065 Change-Id: Ib86d560a302a27640b6f41c78022cd7b2e8765c9 Closes-Bug: #1779752
10 lines
385 B
Plaintext
10 lines
385 B
Plaintext
# 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.
|
|
|
|
openstacksdk>=0.11.0 # Apache-2.0
|
|
osc-lib>=1.8.0 # Apache-2.0
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|