The nova.api.openstack.compute.legacy_v2.contrib.certificates Module

class Certificates(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Certificates support.

alias = 'os-certificates'
get_resources()
name = 'Certificates'
namespace = 'http://docs.openstack.org/compute/ext/certificates/api/v1.1'
updated = '2012-01-19T00:00:00Z'
class CertificatesController

Bases: object

The x509 Certificates API controller for the OpenStack API.

create(req, body=None)

Create a certificate.

show(req, id)

Return certificate information.

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.cells Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.cloudpipe Module

Project Source

This Page