diff options
author | Justin chi <chigang@huawei.com> | 2016-11-26 06:15:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-26 06:15:22 +0000 |
commit | 265318bd5597ce64b59c3c58c005dc26fa7071a7 (patch) | |
tree | 7d43b1b7796e0aa515b5576f57fbabf2e1158cfc /deploy/adapters/ansible/openstack_newton_xenial | |
parent | 300b9658277125e1c57c054e6b0fdb24bda3987a (diff) | |
parent | 97feef8d0a2b10924764b0cb1a31057b69a46103 (diff) |
Merge "update pip and split pip source"
Diffstat (limited to 'deploy/adapters/ansible/openstack_newton_xenial')
-rw-r--r-- | deploy/adapters/ansible/openstack_newton_xenial/roles/common/templates/pip.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack_newton_xenial/roles/common/templates/pip.conf b/deploy/adapters/ansible/openstack_newton_xenial/roles/common/templates/pip.conf new file mode 100644 index 00000000..59981258 --- /dev/null +++ b/deploy/adapters/ansible/openstack_newton_xenial/roles/common/templates/pip.conf @@ -0,0 +1,5 @@ +[global] +find-links = http://{{ COMPASS_SERVER.stdout_lines[0] }}/pip-openstack +no-index = true +[install] +trusted-host={{ COMPASS_SERVER.stdout_lines[0] }} |