Files
tempest/releasenotes/notes/use-keystone-v3-api-935860d30ddbb8e9.yaml
Ken'ichi Ohmichi a6065a6be6 Change default of auth_version to v3
Keystone v3 API is CURRENT and the v2 API is deprecated now.
So we need to change the default config of auth_version to fit for
current API status.

NOTE: Devstack changes this config to "v2" when enabling the v2 API.
      So we will still test the v2 API on the gate until we will
      change Devstack (I801e6740258ddea2a1b628a209970e0307d39d12)

Change-Id: Id5e5ed9bf4f8b0f9eb376bfc7c5801f0956da1d9
2017-03-03 16:57:50 -08:00

6 lines
160 B
YAML

---
upgrade:
- Tempest now defaults to using Keystone v3 API for the
authentication, because Keystone v3 API is CURRENT and
the v2 API is deprecated.