From 6fe18898b1e082fea3256e605c57e06a421dde4a Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Mon, 27 Jul 2015 19:23:03 +0000 Subject: [PATCH] Fix remaining mention of KLWT I found an overlooked mention of "Keystone Lightweight Tokens" which actually shipped under the name "Fernet tokens" in Kilo. Change-Id: I5b72745ea2f103333a610977a19fed5335d1d93f --- keystone/cmd/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keystone/cmd/cli.py b/keystone/cmd/cli.py index 8a2b384560..d993d71c54 100644 --- a/keystone/cmd/cli.py +++ b/keystone/cmd/cli.py @@ -186,8 +186,8 @@ class FernetSetup(BasePermissionsSetup): """Setup a key repository for Fernet tokens. This also creates a primary key used for both creating and validating - Keystone Lightweight tokens. To improve security, you should rotate your - keys (using keystone-manage fernet_rotate, for example). + Fernet tokens. To improve security, you should rotate your keys (using + keystone-manage fernet_rotate, for example). """