Merge "Do not log passwords" into stable/queens

This commit is contained in:
Zuul 2018-04-20 15:44:53 +00:00 committed by Gerrit Code Review
commit 873ed38d67
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
until: add_barbican_service |success
retries: 5
delay: 2
no_log: True
- name: Ensure the Barbican user exists
keystone:
@ -44,6 +45,7 @@
until: add_barbican_user |success
retries: 5
delay: 2
no_log: True
- name: Ensure the Barbican user has the admin role
keystone:
@ -61,6 +63,7 @@
retries: 5
delay: 2
with_items: "{{ barbican_service_role_names }}"
no_log: True
- name: Ensure the Barbican endpoint is registered
keystone:
@ -84,3 +87,4 @@
until: add_barbican_endpoints |success
retries: 5
delay: 2
no_log: True