Change default keystone auth version to 3 in test/sample.conf
The functional tests devstack gate job currently skips tests that require keystone v3 API. In conjunction with changes to devstack [0] this patch will cause the gate job to use keystone v3 API and stop skipping those tests. Devstack sets auth version in its /etc/swift/test.conf by uncommenting the value found in test/sample.conf, so the change in this patch is sufficient to cause the v3 API to be used. The devstack patch [0] sets the correct auth url for the v3 API and creates a fourth test account that is required for the currently skipped tests to run. [0] change id I557de01bf196075f2f3adcdf4dd1b43756d8a0ae Change-Id: I44e159b939f5e3fc3780612823d12262013ea793
This commit is contained in:
parent
87a82a35f4
commit
f21e0255fc
@ -5,12 +5,12 @@ auth_port = 8080
|
||||
auth_ssl = no
|
||||
auth_prefix = /auth/
|
||||
## sample config for Swift with Keystone v2 API
|
||||
# For keystone v3 change auth_version to 3 and auth_prefix to /v3/
|
||||
#auth_version = 2
|
||||
# For keystone v2 change auth_version to 2 and auth_prefix to /v2.0/
|
||||
#auth_version = 3
|
||||
#auth_host = localhost
|
||||
#auth_port = 5000
|
||||
#auth_ssl = no
|
||||
#auth_prefix = /v2.0/
|
||||
#auth_prefix = /v3/
|
||||
|
||||
# Primary functional test account (needs admin access to the account)
|
||||
account = test
|
||||
|
Loading…
Reference in New Issue
Block a user