Comment 5 for bug 1695199

Revision history for this message
Bogdan Dobrelya (bogdando) wrote : Re: Neutron-server docker image/puppet module/package is missing python2-pyroute2 dependency install

Okay, kolla build actually shows no of the issue
$ docker run -it --rm kolla/centos-binary-neutron-server:4.0.0 python -c 'from oslo_utils import importutils; importutils.import_module("pyroute2.config.asyncio")'

works!