commit | f5956c2f6151cc5d99659103f90641ea66eac44a | [log] [tgz] |
---|---|---|
author | sgarbuz <sgarbuz@mirantis.com> | Mon May 20 14:10:11 2019 +0300 |
committer | sgarbuz <sgarbuz@mirantis.com> | Wed Jun 05 09:41:33 2019 +0000 |
tree | 0d8f26b243d0ecf4b1d89260d62bbf1c5c4701b4 | |
parent | f18fd47009eb12a43048b4d04dffafe11bd0dda6 [diff] [blame] |
Generate random keystone users Change-Id: I8dbd07b10d29b43d1c35fa76bcaa0f0efb32beda Related-Prod: PROD-29868
diff --git a/keystone/client/os_client_config/octavia_identity.yml b/keystone/client/os_client_config/octavia_identity.yml index 3d84b0c..8dabc3f 100644 --- a/keystone/client/os_client_config/octavia_identity.yml +++ b/keystone/client/os_client_config/octavia_identity.yml
@@ -12,7 +12,7 @@ identity_api_version: '3' interface: 'internal' auth: - username: 'octavia' + username: '${_param:keystone_octavia_username}' password: ${_param:keystone_octavia_password} user_domain_name: 'Default' project_name: 'service'