(fix) - updated to pip3

Updated to pip to pip3 to address zuul gate issue.
Set the ensure_global_symlinks to true for zuul-jobs to set
symlink for tox path."

Change-Id: I1b0634ef18328bccc4d6929072f53db779d70ef1
This commit is contained in:
Ahmad Mahmoudi 2020-06-17 15:45:38 +00:00 committed by Mahmoudi, Ahmad (am495p)
parent 0957ede4a5
commit fb9cc9a65e
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
vars: vars:
rtd_webhook_id: '38576' rtd_webhook_id: '38576'
rtd_project_name: 'airship-shipyard' rtd_project_name: 'airship-shipyard'
ensure_global_symlinks: true
check: check:
jobs: jobs:
- openstack-tox-pep8 - openstack-tox-pep8

View File

@ -69,7 +69,7 @@
allow_unauthenticated: True allow_unauthenticated: True
with_items: with_items:
- docker-ce - docker-ce
- python-pip - python3-pip
# NOTE(SamYaple): Allow all connections from containers to host so the # NOTE(SamYaple): Allow all connections from containers to host so the
# containers can access the http server for git and wheels # containers can access the http server for git and wheels
- iptables: - iptables: