CertsΒΆ
Certificate interface.
- 
class 
novaclient.v2.certs.Certificate(manager, info, loaded=False, resp=None) Bases:
novaclient.base.ResourcePopulate and bind to a manager.
Parameters: - manager – BaseManager object
 - info – dictionary representing resource attributes
 - loaded – prevent lazy-loading if set to True
 - resp – Response or list of Response objects
 
- 
class 
novaclient.v2.certs.CertificateManager(api) Bases:
novaclient.base.ManagerManage
Certificateresources.- 
create() Create a x509 certificate for a user in tenant.
- 
get() Get root certificate.
- 
resource_class alias of
Certificate
-