Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax requirements.txt to allow ansible 2.3
Kayobe has a dependency on ansible, which is currently capped to 2.2. Docker has decided to rename the docker-py python module to docker, and made some backwards incompatible API changes to go along with it. Kolla-ansible requires us to use docker (not docker-py) on the target hosts, but this is not supported for the docker_container and docker_image ansible modules that kayobe uses with ansible 2.2. Upgrading to ansible 2.3 allows us to support the new docker python package.
- Loading branch information