![Ian Wienand](/assets/img/avatar_default.png)
It looks like 0.9.0 has released, and it seems like it requires creating a dynamic client now. We're seeing jobs using nodepool fail with File "... /nodepool/driver/openshift/provider.py", line 21, in <module> from openshift import client as os_client ImportError: cannot import name 'client' from 'openshift' This does break things like the project-config gate. Pin to 0.8.9 for now until it is fixed. Change-Id: Ie9ccb56f987b4d05c6fe9d4938ca74a110f55653
19 lines
350 B
Plaintext
19 lines
350 B
Plaintext
pbr>=1.3
|
|
|
|
PyYAML
|
|
paramiko>=2.0.1
|
|
python-daemon>=2.0.4,<2.1.0
|
|
extras
|
|
statsd>=3.0
|
|
PrettyTable>=0.6,<0.8
|
|
# openstacksdk before 0.27.0 is TaskManager based
|
|
# 0.28.0-0.31.0 fail to upload images with glance tasks.
|
|
openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0
|
|
diskimage-builder>=2.0.0
|
|
voluptuous
|
|
kazoo
|
|
Paste
|
|
WebOb>=1.8.1
|
|
openshift<=0.8.9
|
|
boto3
|