Fix README
A new configuration option for the s3token middleware called auth_uri can be used to set the URI to be used for authentication. This replaces auth_host, auth_port, and auth_protocol. The auth_host, auth_port, and auth_protocol configuration options to the s3token middleware are now deprecated. Change-Id: Ia85d2c8fceeca72ca617f4f34047b7d9d379e39b
This commit is contained in:
@@ -64,9 +64,7 @@ class { 'cinder::api':
|
||||
keystone_password => $keystone_password,
|
||||
keystone_enabled => $keystone_enabled,
|
||||
keystone_user => $keystone_user,
|
||||
keystone_auth_host => $keystone_auth_host,
|
||||
keystone_auth_port => $keystone_auth_port,
|
||||
keystone_auth_protocol => $keystone_auth_protocol,
|
||||
keystone_auth_uri => $keystone_auth_uri,
|
||||
service_port => $keystone_service_port,
|
||||
package_ensure => $cinder_api_package_ensure,
|
||||
bind_host => $cinder_bind_host,
|
||||
|
||||
Reference in New Issue
Block a user