puppet-horizon/releasenotes/notes/add-keystone_domain_choices-parameter-17bdbef68e57299c.yaml
Eigil Obrestad e14074e4fc Add option for populating a dropdown list instead of the textfield for
selecting domain at the horizon login

Depends-On: https://review.openstack.org/579475
Change-Id: I67c4c8923ef4d6e4c3420e0a2b0d38ee3c6e2819
2018-07-02 09:40:06 +02:00

9 lines
410 B
YAML

---
features:
- |
Added the parameter "keystone_domain_choices" to the ::horizon class.
Setting this parameter would replace the domain text-field at the horizon
login-page with a drop-down menu. The parameter should be an array with
hashes, and the hashes should have two items each (name, display) containing
the domain name and a human-readable description of the domain respectively.