Stop showing passwords when bootstrap script is ran

Currently this causes bash to echo all lines parsed
and executed; which makes it not so nicely output the
bootstrapping password.

This is not something we should encourage and have show
up in peoples logs or other so stop doing that.

Change-Id: Iac963a5df393d0359b4c8f93b8756ca168f6f193
This commit is contained in:
Joshua Harlow 2018-05-29 15:56:38 -07:00
parent 33dcb9f5b6
commit 3241012158
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#!/bin/bash
set -x
# NOTE(SamYaple): Kolla needs to wraps `keystone-manage bootstrap` to ensure
# any change is reported correctly for idempotency. This script will exit with
# valid json that can be parsed with information about if the task has failed