aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/common/templates/pip.conf
blob: 5998125806045514b095fc2d480a1d92c6da0a4e (plain)
1
2
3
4
5
[global]
find-links = http://{{ COMPASS_SERVER.stdout_lines[0] }}/pip-openstack
no-index = true
[install]
trusted-host={{ COMPASS_SERVER.stdout_lines[0] }}