| commit | ab538c1cdb32a488ef70251b7da2dd8b0f1a3ea3 | [log] [tgz] |
|---|---|---|
| author | sgarbuz <sgarbuz@mirantis.com> | Wed May 22 16:46:38 2019 +0300 |
| committer | sgarbuz <sgarbuz@mirantis.com> | Fri Jun 07 13:33:43 2019 +0300 |
| tree | acb0d9bb1cd2ee5bcf85daeea51576c951072f4a | |
| parent | f06439a0e4f33bd0e51402a7b4b58294b8a20213 [diff] |
Add ability to set custom keystone user name
Add ability to set custom keystone users names
for keystonev3.
Example:
keystone:
client:
resources:
v3:
users:
nova:
name: ${_param:keystone_nova_username}
password: ${_param:keystone_nova_password}
email: ${_param:admin_email}
options: ${_param:openstack_service_user_options}
Change-Id: I6d63c2cf745e26e4293dfb1e224f11e3a5a0fe41
Related-Prod: PROD-29868