Remove read-only user from registry

This is no longer used as read access is provided to unathenticated
users with the recently added JWT support.

Depends-On: https://review.opendev.org/687422
Change-Id: I36fd28710c644be9b07d645c6b0c6092f52a7385
This commit is contained in:
James E. Blair 2019-10-08 14:20:06 -07:00
parent dee6a8b330
commit 40cd27487b

View File

@ -8,9 +8,6 @@ registry:
- name: {{ registry_user }} - name: {{ registry_user }}
pass: {{ registry_password }} pass: {{ registry_password }}
access: write access: write
- name: anonymous
pass: ''
access: read
storage: storage:
driver: swift driver: swift
cloud: registry cloud: registry