Correct pypi.dfw mirror FQDN in trusted hosts list
Change-Id: Ia8c30197ba6b0abc9bc8532a00f3c60ed9e1b434
This commit is contained in:
parent
c492976f7b
commit
7454207391
@ -15,7 +15,7 @@ class openstack_project::server (
|
||||
$manage_exim = true,
|
||||
$pypi_index_url = 'https://pypi.python.org/simple',
|
||||
$pypi_trusted_hosts = [
|
||||
'pypi.dwf.openstack.org',
|
||||
'pypi.dfw.openstack.org',
|
||||
'pypi.iad.openstack.org',
|
||||
'pypi.ord.openstack.org',
|
||||
'pypi.region-b.geo-1.openstack.org',
|
||||
|
@ -20,7 +20,7 @@ class openstack_project::template (
|
||||
$sysadmins = [],
|
||||
$pypi_index_url = 'https://pypi.python.org/simple',
|
||||
$pypi_trusted_hosts = [
|
||||
'pypi.dwf.openstack.org',
|
||||
'pypi.dfw.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