Remove the ineffective AdminEmail parameter

The AdminEmail parameter has had no effect since we introduced keystone
bootstrap command to create a set of bootstrap resource, because the
bootstrap command doesn't support user email.
This change removes that useless command.

Change-Id: I14557a69301ba5c18205702d929b4ffe6b7c8040
This commit is contained in:
Takashi Kajinami 2020-10-27 14:18:55 +09:00
parent 55c16307ca
commit 566feed070
2 changed files with 5 additions and 5 deletions

View File

@ -117,11 +117,6 @@ parameters:
description: >
Set to true to enable the SQLAlchemy-collectd server plugin
default: false
AdminEmail:
default: 'admin@example.com'
description: The email for the keystone admin account.
type: string
hidden: true
AdminToken:
description: The keystone auth secret and db password.
type: string

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The AdminEmail parameter has been removed because it has had no effect
since TripleO had bootstrap support implemented.