Previous topic

The nova.cert.manager Module

Next topic

The nova.cloudpipe.pipelib 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.cert.rpcapi Module

Client side of the cert manager RPC API.

class CertAPI

Bases: nova.rpc.proxy.RpcProxy

Client side of the cert rpc API.

API version history:

1.0 - Initial version.
RPC_API_VERSION = '1.0'
decrypt_text(ctxt, project_id, text)
fetch_ca(ctxt, project_id)
fetch_crl(ctxt, project_id)
generate_x509_cert(ctxt, user_id, project_id)
revoke_certs_by_project(ctxt, project_id)
revoke_certs_by_user(ctxt, user_id)
revoke_certs_by_user_and_project(ctxt, user_id, project_id)