Fixing a typo in docstring
Change-Id: If76f4f76772fc65bfd1ea9a8517394f7f0075227
This commit is contained in:
parent
4777c2ac0a
commit
bdcd96a8ec
@ -33,7 +33,7 @@ class Interface(object):
|
||||
|
||||
@property
|
||||
def tenants(self):
|
||||
"""All the tenants as known by keytone."""
|
||||
"""All the tenants as known by keystone."""
|
||||
with timed("fetch tenant list from keystone"):
|
||||
_tenants = self.auth.tenants.list()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user