Fix: install docker-py in gates post job for docker login

Zuul post-merge job fails to run docker login, complaining about
missing docker-py module. This patch adds installation of this module
to the relevant job.

Change-Id: I3523eedd9abb56a9cabbfb72391ed9f1471a4f4c
This commit is contained in:
Roman Gorshunov 2018-12-04 13:42:46 +01:00
parent 03d7269b6a
commit c7c25e8cda
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@
- name: Publish images
block:
- pip:
name: docker-py
- docker_login:
username: "{{ airship_shipyard_quay_creds.username }}"
password: "{{ airship_shipyard_quay_creds.password }}"