Closed etsauer closed 7 years ago
The openstack command is missing some python libraries for certain components to work.
openstack
Start the openstack-client-centos container and then run the openstack help command:
openstack-client-centos
./docker/openstack-client-centos/run.sh openstack -h
Should see help output with all components documented
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
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:Expected result
Should see help output with all components documented
Actual Result
Partial output interspersed with error messages about missing libraries:
cc: @oybed @sabre1041