Add pypi.gra1 to pypi mirror configuration

Change-Id: Ifbbdbad9f87049f078f4b8a4e061dffbc02a18e8
This commit is contained in:
James E. Blair 2015-09-16 10:45:27 -07:00
parent dd55bf0906
commit f83d389836
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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',

View File

@ -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',