rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

openstack-client images missing some python deps for the 'openstackclient' #235

Closed etsauer closed 7 years ago

etsauer commented 7 years ago

Description of Issue

The openstack command is missing some python libraries for certain components to work.

How to reproduce

Start the openstack-client-centos container and then run the openstack help command:

./docker/openstack-client-centos/run.sh
openstack -h

Expected result

Should see help output with all components documented

Actual Result

Partial output interspersed with error messages about missing libraries:

Could not load EntryPoint.parse('baremetal_node_validate = ironicclient.osc.v1.baremetal_node:ValidateBaremetalNode')

cc: @oybed @sabre1041