Switch keystone default provider to fernet

UUID is to be deprecated, and we should be using fernet.

Change-Id: I61b999e65ba5eb771776344d38eb90fc52d49d56
This commit is contained in:
Juan Antonio Osorio Robles 2017-02-10 20:49:24 +02:00
parent ee09ed67b9
commit c737eea8c0
2 changed files with 7 additions and 1 deletions

View File

@ -35,7 +35,7 @@ parameters:
KeystoneTokenProvider:
description: The keystone token format
type: string
default: 'uuid'
default: 'fernet'
constraints:
- allowed_values: ['uuid', 'fernet']
ServiceNetMap:

View File

@ -0,0 +1,6 @@
---
features:
- Keystone's default token provider is now fernet instead of UUID
upgrade:
- When upgrading, old tokens will not work anymore due to the provider
changing from UUID to fernet.