From 76e11293dc99f35eace845d4d0688ff533f5e932 Mon Sep 17 00:00:00 2001 From: Kerry Hall Date: Wed, 8 May 2019 13:41:58 -0700 Subject: [PATCH] Added openstacksdk dep --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cd71093..edaf33f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get -y update \ && apt-get -y install zip unzip python-pexpect python-pip RUN pip install ansible==2.7 +RUN pip install openstacksdk ADD ansible/. /ansible ADD my_init/init-ansible.sh /init.sh