Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: Ie6c71c11c1b37306c96351d41d0fd544c82aba89
(cherry picked from commit 2da1abfde5)
This commit is contained in:
Jesse Pretorius 2018-04-18 11:58:56 +01:00
parent 71150d7686
commit 2f4e0f6453
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@
until: add_service|success
retries: 6
delay: 5
no_log: True
- name: Store admin tenant id
set_fact:

View File

@ -96,6 +96,7 @@
with_items:
- demo
- alt_demo
no_log: True
- name: Ensure tempest users
keystone:
@ -116,6 +117,7 @@
with_items:
- demo
- alt_demo
no_log: True
- name: Ensure tempest users have heat_stack_owner role
keystone:
@ -136,6 +138,7 @@
with_items:
- demo
- alt_demo
no_log: True
- name: Ensure reseller_admin role
keystone:
@ -178,6 +181,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: True
- name: Store demo tenant id
set_fact: