diff --git a/doc/source/bandersnatch.rst b/doc/source/bandersnatch.rst
index 7021cdd423..74094aae1a 100644
--- a/doc/source/bandersnatch.rst
+++ b/doc/source/bandersnatch.rst
@@ -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
diff --git a/modules/openstack_project/manifests/server.pp b/modules/openstack_project/manifests/server.pp
index 550efab4d9..3073d88940 100644
--- a/modules/openstack_project/manifests/server.pp
+++ b/modules/openstack_project/manifests/server.pp
@@ -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',
diff --git a/modules/openstack_project/manifests/template.pp b/modules/openstack_project/manifests/template.pp
index 81ca5f9fac..160983d753 100644
--- a/modules/openstack_project/manifests/template.pp
+++ b/modules/openstack_project/manifests/template.pp
@@ -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',