Previous topic

The nova.api.openstack.compute.contrib.aggregates Module

Next topic

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

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

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

class CertificateTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
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:00+00:00'
class CertificatesController

Bases: object

The x509 Certificates API controller for the OpenStack API.

create(req, body=None)

Return a list of certificates.

show(req, id)

Return a list of certificates.

class CertificatesTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
make_certificate(elem)