263d1a956e
This patch enables openstack-client support in python-zunclient by setting entry points and implementing two interface functions `make_client(instance)` and `build_option_parser(parser)`. Partially implements:blueprint zun-osc-plugin Change-Id: I79e0a79f2e8f606098476db1f78ecd1f1f5d2241
10 lines
353 B
Plaintext
10 lines
353 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>=1.6 # Apache-2.0
|
|
PrettyTable>=0.7.1,<0.8 # BSD
|
|
osc-lib>=1.2.0 # Apache-2.0
|
|
oslo.i18n>=2.1.0 # Apache-2.0
|
|
oslo.utils>=3.16.0 # Apache-2.0
|