CertsΒΆ
Certificate interface.
-
class
novaclient.v2.certs.
Certificate
(manager, info, loaded=False) Bases:
novaclient.openstack.common.apiclient.base.Resource
Populate and bind to a manager.
Parameters: - manager – BaseManager object
- info – dictionary representing resource attributes
- loaded – prevent lazy-loading if set to True
-
class
novaclient.v2.certs.
CertificateManager
(api) Bases:
novaclient.base.Manager
Manage
Certificate
resources.-
create
() Create a x509 certificate for a user in tenant.
-
get
() Get root certificate.
-
resource_class
alias of
Certificate
-