diff options
-rw-r--r-- | overcloud-source.yaml | 1 | ||||
-rw-r--r-- | undercloud-bm.yaml | 1 | ||||
-rw-r--r-- | undercloud-vm.yaml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index c464235f..1f0442e0 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -11,6 +11,7 @@ Parameters: Default: unset Description: The keystone auth secret. Type: String + NoEcho: true CinderPassword: Default: unset Description: The password for the cinder service account, used by cinder-api. diff --git a/undercloud-bm.yaml b/undercloud-bm.yaml index df9a4431..181a58e2 100644 --- a/undercloud-bm.yaml +++ b/undercloud-bm.yaml @@ -10,6 +10,7 @@ Parameters: Default: unset Description: The keystone auth secret. Type: String + NoEcho: true BaremetalArch: Default: i386 Description: The architecture to use in Nova-BM - i386 or amd64. diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 95a22f81..d3394c20 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -10,6 +10,7 @@ Parameters: Default: unset Description: The keystone auth secret. Type: String + NoEcho: true BaremetalArch: Default: i386 Description: The architecture to use in Nova-BM - i386 or amd64. |