Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: Ied6126021bc19fb842541a3234a1005fd16df619
(cherry picked from commit d2d8daae74)
This commit is contained in:
Jean-Philippe Evrard 2018-04-19 18:11:06 +02:00 committed by Jean-Philippe Evrard (evrardjp)
parent 2c3158c749
commit 16174c53a1
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
until: add_service|success
retries: 5
delay: 2
no_log: true
- name: Ensure nova endpoint
keystone:
command: "ensure_endpoint"
@ -61,6 +62,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: true
roles:
- role: "{{ horizon_rolename | default('os_horizon') }}"
vars_files: