Comment 1 for bug 1710621

Revision history for this message
Eduardo Gonzalez (egonzalez90) wrote :

Hi,

this bug was an issue in magnum code requirements. Was fixed in magnum upstream early ocata, kolla images 4.0.0 does not have the bug fix but 4.0.1 and later have kubernetes package.

A workaround to install packages in containers (Not recommended as may change other requirements/dependencies and containers are not meant to do this) is:

``docker exec -ti -u root <container_name> pip install <package>``

Marking this bug as invalid.
Regards