diff options
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] }} |