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
This commit is contained in:
Michele Baldessari 2017-06-11 20:20:07 +02:00
parent eab0cd441c
commit 30bf499eae
1 changed files with 0 additions and 4 deletions

View File

@ -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
########################################################