aboutsummaryrefslogtreecommitdiffstats
path: root/docker/docker-steps.j2
diff options
context:
space:
mode:
authorMichele Baldessari <michele@acksyn.org>2017-06-11 20:20:07 +0200
committerMichele Baldessari <michele@acksyn.org>2017-06-11 20:21:42 +0200
commit30bf499eae10efc180ce68ebc3891fcab59875d5 (patch)
tree83a012d9b6d0430306a108b08e2f958e577fec3b /docker/docker-steps.j2
parenteab0cd441ccce9521edea43fbc657bac18d06970 (diff)
Remove pip install paunch
We now have python-paunch-1.1.1 [1] in the overcloud images so we do not need to pip install it any longer. [1] https://trunk.rdoproject.org/centos7-master-head/current/python-paunch-1.1.1-0.20170602043913.c8e22e5.el7.centos.noarch.rpm Change-Id: I1ede514a8aee7ac217fa75843e67fb6542e06f99
Diffstat (limited to 'docker/docker-steps.j2')
-rw-r--r--docker/docker-steps.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/docker-steps.j2 b/docker/docker-steps.j2
index a56ca02b..cf798e81 100644
--- a/docker/docker-steps.j2
+++ b/docker/docker-steps.j2
@@ -139,10 +139,6 @@ resources:
- name: Write kolla config json files
copy: content="{{item.value|to_json}}" dest="{{item.key}}" force=yes
with_dict: "{{kolla_config}}"
- - name: Install paunch FIXME remove when packaged
- shell: |
- yum -y install python-pip
- pip install paunch
########################################################
# Bootstrap tasks, only performed on bootstrap_server_id
########################################################