Merge "Remove pip install paunch"

This commit is contained in:
Jenkins 2017-06-12 18:07:24 +00:00 committed by Gerrit Code Review
commit ccb28288e0

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