From 856add27349ba69a4a2f608e227595c820f43504 Mon Sep 17 00:00:00 2001
From: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Date: Wed, 4 Sep 2019 15:13:40 +0000
Subject: [PATCH] Updated from OpenStack Ansible Tests

Change-Id: If30aa84b8989df5cb1a6c8c1d852da3935f18e3a
---
 tasks/db_setup.yml      | 1 +
 tasks/service_setup.yml | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/tasks/db_setup.yml b/tasks/db_setup.yml
index cdd8e940..7a0120d4 100644
--- a/tasks/db_setup.yml
+++ b/tasks/db_setup.yml
@@ -29,6 +29,7 @@
       mysql_db:
         name: "{{ item.name }}"
       loop: "{{ _oslodb_databases }}"
+      no_log: true
 
     - name: Grant access to the database for the service
       mysql_user:
diff --git a/tasks/service_setup.yml b/tasks/service_setup.yml
index 0ff5465f..9817aa18 100644
--- a/tasks/service_setup.yml
+++ b/tasks/service_setup.yml
@@ -94,6 +94,7 @@
       with_items: "{{ _service_users }}"
       retries: 5
       delay: 10
+      no_log: True
 
     - name: Add service users
       os_user:
@@ -140,6 +141,7 @@
       with_items: "{{ _service_users }}"
       retries: 5
       delay: 10
+      no_log: True
 
     - name: Add endpoints to keystone endpoint catalog
       os_keystone_endpoint: