Fix wrong parameter description

The [trustee] password parameter is not used for communication with
cinder.

Also the dedicated admin endpoint of keystone no longer exists.

Change-Id: I63e86e49014490b366ec4817623bef761f776dda
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-11-22 22:19:24 +09:00
parent 7e79cc0e1b
commit f66ea3d6e5

View File

@@ -5,7 +5,7 @@
# == Parameters
#
# [*password*]
# (optional) Password for connecting to Cinder services in
# (optional) Password for connecting to Keystone services in
# admin context through the OpenStack Identity service.
# Defaults to $facts['os_service_default']
#
@@ -15,8 +15,6 @@
#
# [*auth_url*]
# (optional) Points to the OpenStack Identity server IP and port.
# This is the Identity (keystone) admin API server IP and port value,
# and not the Identity service API IP and port.
# Defaults to 'http://127.0.0.1:5000/'
#
# [*username*]