Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: Ib2f74474b8615d7be3d9b04c3040e9b25fa2d695
This commit is contained in:
Jesse Pretorius 2018-04-20 15:19:44 +01:00
parent 0f0e414f41
commit 1bb9e0ee3f
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
until: add_service|success
retries: 5
delay: 2
no_log: true
- name: Ensure watcher user
keystone:
@ -46,6 +47,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: true
- name: Ensure watcher user to admin role
keystone:
@ -63,6 +65,7 @@
until: add_admin_role|success
retries: 5
delay: 10
no_log: true
# Create an endpoint
- name: Ensure watcher endpoint
@ -87,3 +90,4 @@
until: add_service|success
retries: 5
delay: 10
no_log: true