dovetail tool: bugfix of pbr installation in requirements.txt and Dockerfile 87/26787/1
authorMatthewLi <matthew.lijun@huawei.com>
Mon, 9 Jan 2017 02:00:27 +0000 (21:00 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Mon, 9 Jan 2017 02:02:15 +0000 (21:02 -0500)
JIRA: DOVETAIL-175

Change-Id: I1f16742a59d5b016dcef6b574df45486c244c751
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
docker/Dockerfile
requirements.txt

index 2e919ee..038993b 100644 (file)
@@ -15,7 +15,8 @@ RUN \
 && \
     apt-get update &&  apt-get -y install docker.io \
 && \
-    pip install pyyaml \
+    pip install pbr \
+        pyyaml \
         click \
         jinja2
 
index 60f43d7..502fb37 100644 (file)
@@ -1,3 +1,4 @@
+pbr>=1.8
 Jinja2>=2.6
 PyYAML>=3.10
 Click