Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I25a91ab68d995a9ad91c9e4abc28b25cac513bb6
(cherry picked from commit 1928b27958)
This commit is contained in:
Jesse Pretorius 2018-04-18 11:39:07 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 58f8783529
commit 40378453b7
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@
until: add_project|success
retries: 5
delay: 10
no_log: True
# Create an admin user
- name: Ensure Gnocchi user
@ -47,6 +48,7 @@
until: add_user|success
retries: 5
delay: 10
no_log: True
# Add a role to the user
- name: Ensure Gnocchi user maps to admin role
@ -64,3 +66,4 @@
until: add_admin_role|success
retries: 5
delay: 10
no_log: True

View File

@ -29,6 +29,7 @@
until: add_service|success
retries: 5
delay: 2
no_log: True
# Create an endpoint
- name: Ensure Gnocchi endpoint
@ -53,3 +54,4 @@
until: add_endpoint|success
retries: 5
delay: 10
no_log: True