This website requires JavaScript.
Explore
Get Started
opendev
/
system-config
Code
Issues
Proposed changes
ce732f492c
Branches
Tags
No results found.
system-config
/
modules
/
openstack_project
/
files
/
pydistutils.cfg
4 lines
94 B
INI
Raw
Normal View
History
Unescape
Escape
Make select-mirror use the bandersnatch mirror A simple next step is to have select-mirror just default everything to the same thing. Change-Id: I9882167596de0791eda86397510e2a942848f5c5
2014-06-28 06:26:34 +00:00
[easy_install]
Update pypi mirror to use pypi.dfw.openstack.org The OpenStack infrastructure's PyPI mirror (pypi.openstack.org) shouldn't be used for 3rd parties so setting the default to pypi.dfw.openstack.org instead. Change-Id: I7720ad7d3b23816c63e971112a3a733bde52b7f4
2014-10-28 15:30:42 +00:00
index_url
=
http://pypi.dfw.openstack.org/simple
Add allow_hosts to pydistutils.cfg This should cause easy_install to only contact our pypi mirrors when fetching packages. https://pythonhosted.org/setuptools/easy_install.html #restricting-downloads-with-allow-hosts Change-Id: I8f7f2bc8fb281cb038a3b493ef33427892b36536
2015-06-02 17:49:15 +00:00
allow_hosts
=
*.openstack.org
Copy Permalink