Merge "Correct pypi.dfw mirror FQDN in trusted hosts list"

This commit is contained in:
Jenkins 2015-07-30 17:14:50 +00:00 committed by Gerrit Code Review
commit c13cf96a93
2 changed files with 2 additions and 2 deletions
modules/openstack_project/manifests

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