diff --git a/modules/openstack_project/manifests/server.pp b/modules/openstack_project/manifests/server.pp index b0ae40c9b4..550efab4d9 100644 --- a/modules/openstack_project/manifests/server.pp +++ b/modules/openstack_project/manifests/server.pp @@ -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', diff --git a/modules/openstack_project/manifests/template.pp b/modules/openstack_project/manifests/template.pp index c381555ebd..f50b2dd601 100644 --- a/modules/openstack_project/manifests/template.pp +++ b/modules/openstack_project/manifests/template.pp @@ -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',