tripleo-heat-templates/puppet
Luke Hinds 0e18ac5fde Manage password_validator regex
Horizon provides a password validation check, which OpenStack cloud
operators can use to enforce password complexity checks for users
within horizon.

A dictionary containing a regular expression can be used for
password validation with help text that is displayed if the password
does not pass validation.

HORIZON_CONFIG["password_validator"] = {
    "regex": '.*',
      "help_text": _("Your password does not meet the requirements."),

}

This change allows injection of the regex into horizons local_settings
file from a tripleo heat template

Change-Id: Ib6517c8f96148bea002b0e3442a26367b236928f
Depends-On: If82a80ed6a8e6e65aecc2a25ee6d60640ae03c9a
Closes-Bug: #1640800
2017-01-25 16:45:22 +00:00
..
extraconfig Add FreeIPA enrollment template 2016-12-09 16:07:54 +02:00
manifests Replace per role manifests with a common role manifest 2016-09-30 14:11:01 +00:00
services Manage password_validator regex 2017-01-25 16:45:22 +00:00
all-nodes-config.yaml Hiera optimization: use a new hiera hook 2016-11-30 22:16:13 -05:00
blockstorage-role.yaml Move UpgradeInitCommand to role templates 2016-12-19 11:04:47 +00:00
cephstorage-role.yaml Move UpgradeInitCommand to role templates 2016-12-19 11:04:47 +00:00
compute-role.yaml Move UpgradeInitCommand to role templates 2016-12-19 11:04:47 +00:00
config.role.j2.yaml Containerized Services for Composable Roles 2016-11-22 11:42:49 +01:00
controller-config-pacemaker.yaml Make step an integer on the pacemaker controller 2016-10-07 15:12:58 -04:00
controller-role.yaml Move UpgradeInitCommand to role templates 2016-12-19 11:04:47 +00:00
deploy-artifacts.sh Fix bug when using multiple DeployArtifactURLs 2016-12-02 16:10:52 +00:00
deploy-artifacts.yaml Add support for DeployArtifactURLs 2016-02-26 16:55:44 -05:00
major_upgrade_steps.j2.yaml Move UpgradeInitCommand to role templates 2016-12-19 11:04:47 +00:00
objectstorage-role.yaml Move UpgradeInitCommand to role templates 2016-12-19 11:04:47 +00:00
post.j2.yaml Use j2 loops in post.j2.yaml 2016-11-10 14:27:36 +00:00
role.role.j2.yaml Move UpgradeInitCommand to role templates 2016-12-19 11:04:47 +00:00
upgrade_config.yaml Initial support for composable upgrades with Heat+Ansible 2016-12-01 13:40:50 +00:00