Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: I6f8012accc7e6ad6929e66335ae7ada6969098b9
(cherry picked from commit dcfba43c75)
This commit is contained in:
Matthew Thode 2018-04-18 00:15:45 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 91abf2ec56
commit dd7c27e6a5
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 ironic user
@ -47,6 +48,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: true
# Add a role to the user
- name: Ensure ironic user to admin role
@ -65,6 +67,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: true
# Create an endpoint
- name: Ensure ironic endpoint
@ -89,3 +92,4 @@
until: add_service|success
retries: 5
delay: 10
no_log: true