Merge "Doc: Update the old authtoken options"

This commit is contained in:
Zuul 2021-10-14 01:18:31 +00:00 committed by Gerrit Code Review
commit 71c2a2b370
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
# For example, instead of doing this::
#
# glance_api_config {
# 'keystone_authtoken/admin_tenant_name': value => $keystone_tenant;
# 'keystone_authtoken/admin_user' : value => $keystone_user;
# 'keystone_authtoken/admin_password' : value => $keystone_password;
# 'keystone_authtoken/project_name': value => $keystone_tenant;
# 'keystone_authtoken/username' : value => $keystone_user;
# 'keystone_authtoken/password' : value => $keystone_password;
# secret => true;
# ...
# }