diff --git a/doc/source/jeepyb.rst b/doc/source/jeepyb.rst index 8c5e6f9229..747a74778f 100644 --- a/doc/source/jeepyb.rst +++ b/doc/source/jeepyb.rst @@ -22,7 +22,6 @@ At a Glance :Configuration: * :cgit_file:`modules/openstack_project/templates/review.projects.ini.erb` * :config:`gerrit/projects.yaml` - * :cgit_file:`modules/openstack_project/files/pypi-mirror.yaml` :Projects: * https://git.openstack.org/cgit/openstack-infra/jeepyb :Bugs: diff --git a/modules/openstack_project/files/pypi-mirror.yaml b/modules/openstack_project/files/pypi-mirror.yaml deleted file mode 100644 index 15a39cc35c..0000000000 --- a/modules/openstack_project/files/pypi-mirror.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# This file is managed by puppet. -# https://git.openstack.org/cgit/openstack-infra/system-config - -cache-root: /var/cache/pypimirror - -mirrors: - - name: openstack - projects: - - git://git.openstack.org/openstack/requirements - output: /var/lib/pypimirror/openstack - - - name: openstack-infra - projects: - - git://git.openstack.org/openstack-infra/system-config - output: /var/lib/pypimirror/openstack-infra