Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I3b9384ca45c8f47167cfc11901a203e92ef59536
(cherry picked from commit fe32a5247e)
This commit is contained in:
Jesse Pretorius 2018-04-18 11:46:56 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 97d19586aa
commit 3ee0fd2606
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@
until: add_service|success
retries: 5
delay: 2
no_log: True
# Create an admin user
- name: Ensure glance user
@ -47,6 +48,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: True
# Add a role to the user
- name: Ensure glance user to admin role
@ -65,6 +67,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: True
# Create an endpoint
- name: Ensure glance endpoint
@ -89,3 +92,4 @@
until: add_service|success
retries: 5
delay: 10
no_log: True