Merge "Remove the ineffective AdminEmail parameter"

This commit is contained in:
Zuul 2020-11-03 08:23:38 +00:00 committed by Gerrit Code Review
commit bd9f9806b9
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.