typo in novaclient

Change-Id: If30543ed7c94cd965f1d6b7f0d4af26b23914ba2
This commit is contained in:
Shuangtai Tian 2014-03-28 09:55:44 +08:00
parent 21f166b623
commit 8475ada28c

View File

@ -37,7 +37,7 @@ class CertificateManager(base.Manager):
def create(self):
"""
Create a x509 certificates for a user in tenant.
Create a x509 certificate for a user in tenant.
"""
return self._create('/os-certificates', {}, 'certificate')