Correct pypi.dfw mirror FQDN in trusted hosts list

Change-Id: Ia8c30197ba6b0abc9bc8532a00f3c60ed9e1b434
This commit is contained in:
Jeremy Stanley 2015-07-30 17:00:20 +00:00
parent c492976f7b
commit 7454207391
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ class openstack_project::server (
$manage_exim = true, $manage_exim = true,
$pypi_index_url = 'https://pypi.python.org/simple', $pypi_index_url = 'https://pypi.python.org/simple',
$pypi_trusted_hosts = [ $pypi_trusted_hosts = [
'pypi.dwf.openstack.org', 'pypi.dfw.openstack.org',
'pypi.iad.openstack.org', 'pypi.iad.openstack.org',
'pypi.ord.openstack.org', 'pypi.ord.openstack.org',
'pypi.region-b.geo-1.openstack.org', 'pypi.region-b.geo-1.openstack.org',

View File

@ -20,7 +20,7 @@ class openstack_project::template (
$sysadmins = [], $sysadmins = [],
$pypi_index_url = 'https://pypi.python.org/simple', $pypi_index_url = 'https://pypi.python.org/simple',
$pypi_trusted_hosts = [ $pypi_trusted_hosts = [
'pypi.dwf.openstack.org', 'pypi.dfw.openstack.org',
'pypi.iad.openstack.org', 'pypi.iad.openstack.org',
'pypi.ord.openstack.org', 'pypi.ord.openstack.org',
'pypi.region-b.geo-1.openstack.org', 'pypi.region-b.geo-1.openstack.org',