Replace deprecated "auth_uri" by "www_authenticate_uri"
According to [1], "auth_uri" has been deprecated. This patch replace it by using "www_authenticate_uri" instead. [1] https://review.openstack.org/#/c/508522 Change-Id: I7f6b2e27aff6cd45ddb900cd75249b0afae024cb
This commit is contained in:
@@ -57,7 +57,7 @@ Number of tries to attempt to reconnect to the IPA server
|
||||
.TP
|
||||
keystone_authtoken configuration options:
|
||||
.TP
|
||||
\fRauth_uri\fB = \fIhttp://keystone.example.com:5000/v2.0\fR
|
||||
\fRwww_authenticate_uri\fB = \fIhttp://keystone.example.com:5000/v3.0\fR
|
||||
The Keystone authentication uri
|
||||
.TP
|
||||
\fRidentity_uri\fB = \fIhttp://keystone.example.com:35357\fR
|
||||
|
||||
Reference in New Issue
Block a user