Add pypi.gra1 to pypi mirror configuration
Change-Id: Ifbbdbad9f87049f078f4b8a4e061dffbc02a18e8
This commit is contained in:
parent
dd55bf0906
commit
f83d389836
@ -13,6 +13,7 @@ At a Glance
|
||||
:Hosts:
|
||||
* http://pypi.openstack.org (deprecated)
|
||||
* http://pypi.iad.openstack.org
|
||||
* http://pypi.gra1.openstack.org
|
||||
* http://pypi.dfw.openstack.org
|
||||
* http://pypi.ord.openstack.org
|
||||
* http://pypi.region-b.geo-1.openstack.org
|
||||
|
@ -16,6 +16,7 @@ class openstack_project::server (
|
||||
$pypi_index_url = 'https://pypi.python.org/simple',
|
||||
$pypi_trusted_hosts = [
|
||||
'pypi.dfw.openstack.org',
|
||||
'pypi.gra1.openstack.org',
|
||||
'pypi.iad.openstack.org',
|
||||
'pypi.ord.openstack.org',
|
||||
'pypi.region-b.geo-1.openstack.org',
|
||||
|
@ -21,6 +21,7 @@ class openstack_project::template (
|
||||
$pypi_index_url = 'https://pypi.python.org/simple',
|
||||
$pypi_trusted_hosts = [
|
||||
'pypi.dfw.openstack.org',
|
||||
'pypi.gra1.openstack.org',
|
||||
'pypi.iad.openstack.org',
|
||||
'pypi.ord.openstack.org',
|
||||
'pypi.region-b.geo-1.openstack.org',
|
||||
|
Loading…
Reference in New Issue
Block a user