From 239027d2d2f4e98a0d2e7dfba0a138cacc364bbe Mon Sep 17 00:00:00 2001 From: David Ames Date: Wed, 14 Nov 2018 07:34:34 -0800 Subject: [PATCH] Fix typo --- zaza/charm_tests/keystone/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/charm_tests/keystone/tests.py b/zaza/charm_tests/keystone/tests.py index 9ea0ae4..3a0c4b0 100644 --- a/zaza/charm_tests/keystone/tests.py +++ b/zaza/charm_tests/keystone/tests.py @@ -49,7 +49,7 @@ class CharmOperationTest(BaseKeystoneTest): """Verify the VIP is in the identity catalog entry. This test should run early. It validates that if a VIP is set it is in - the catalog entry for kesytone. + the catalog entry for keystone. """ vip = (zaza.model.get_application_config('keystone') .get('vip').get('value'))