Typo fix in keystone: existant => existent

Change-Id: Ie6cd74382a7ada603c123968fe5407fddac619fd
Impact: Test comments
This commit is contained in:
Rongze Zhu 2012-08-23 03:37:04 +00:00
parent 212f13b992
commit 067fcf0339

View File

@ -49,7 +49,7 @@ class KcMasterSqlTestCase(test_keystoneclient.KcMasterTestCase):
endpoint_internalurl = uuid.uuid4().hex
endpoint_adminurl = uuid.uuid4().hex
# a non-existant service ID should trigger a 404
# a non-existent service ID should trigger a 404
self.assertRaises(client_exceptions.NotFound,
client.endpoints.create,
region=endpoint_region,