Don't install Python docker module

Kolla now installs this as a dependency.
This commit is contained in:
Doug Szumski 2018-02-22 13:56:27 +00:00
parent da2b953701
commit 9b2c38712d

@ -67,7 +67,6 @@
virtualenv: "{{ kolla_venv }}"
extra_args: "-c {{ kolla_upper_constraints_file }}"
with_items:
- name: docker
# Intall Kolla from source.
- name: "{{ kolla_source_path }}"
install: "{{ kolla_ctl_install_type == 'source' }}"