Merge "Remove read-only user from registry"

This commit is contained in:
Zuul 2019-10-11 20:48:39 +00:00 committed by Gerrit Code Review
commit 81aa73fd99
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,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