![Monty Taylor](/assets/img/avatar_default.png)
shade depends on openstacksdk already. Let's go ahead and start consuming it directly rather than through the os-client-config compat layer. We have to leave the os-client-config depend for the legacy client functions. Change-Id: Ibe2176c16e29960e9cc2b569325e41d1a4e297a8
8 lines
315 B
Plaintext
8 lines
315 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.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
os-client-config>=1.28.0 # Apache-2.0
|
|
openstacksdk>=0.13.0 # Apache-2.0
|