ab3f400064
The shade code lives in openstacksdk now and is a part of Connection. Start making shade a subclass of that for backwards compat. Mostly only deal with the constructor for now, but go ahead and do list_flavors and get_flavor_by_id while we're looking at the extra config override. Also remove list_projects because of its use of the _normalize module. keystoneauth lower-constraint needs to be bumped because of status_code_retries. Change-Id: Ibbe6e167d6285b30a9adbd0c5a89bc679c5645f3
10 lines
450 B
Plaintext
10 lines
450 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
|
|
|
|
# shade depends on os-client-config in addition to openstacksdk so that it
|
|
# can continue to provide the make_legacy_client functions.
|
|
os-client-config>=1.28.0 # Apache-2.0
|
|
openstacksdk>=0.15.0 # Apache-2.0
|