Fix linuxcontainers proxy URL

Currently configured path for images.linuxcontainers is pointing to
non-existing URL as no DNS records present for
us.images.linuxcontainers.org. However, it is still used by some EM
branches, so can't be simple removed as of today.

Change-Id: I0aba60c81b0c3731744ec0d6cde8d1c0fb2f7b35
Needed-By: https://review.opendev.org/c/openstack/openstack-ansible/+/853029
This commit is contained in:
Dmitriy Rabotyagov 2022-10-19 09:40:54 +02:00
parent a481cb1be2
commit f82a97f1f3

View File

@ -257,9 +257,11 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
</Location>
# images.linuxcontainers.org
# NOTE(noonedeadpunk): This proxy is not used by anyone as of Yoga release. Only EM branches
# still utilize it. So it can be safely removed in the future.
CacheEnable disk "/images.linuxcontainers"
ProxyPass "/images.linuxcontainers/" "http://us.images.linuxcontainers.org/" ttl=120 keepalive=On retry=0
ProxyPassReverse "/images.linuxcontainers/" "http://us.images.linuxcontainers.org/"
ProxyPass "/images.linuxcontainers/" "https://us.lxd.images.canonical.com/" ttl=120 keepalive=On retry=0
ProxyPassReverse "/images.linuxcontainers/" "https://us.lxd.images.canonical.com/"
# registry.npmjs.org
CacheEnable disk "/registry.npmjs"