The heat.engine.clients.os.barbican Module

The heat.engine.clients.os.barbican Module

class heat.engine.clients.os.barbican.BarbicanClientPlugin(context)[source]

Bases: heat.engine.clients.client_plugin.ClientPlugin

KEY_MANAGER = 'key-manager'
create_certificate(**props)[source]
create_generic_container(**props)[source]
create_rsa(**props)[source]
get_container_by_ref(container_ref)[source]
get_secret_by_ref(secret_ref)[source]
is_not_found(ex)[source]
service_types = ['key-manager']
class heat.engine.clients.os.barbican.ContainerConstraint[source]

Bases: heat.engine.constraints.BaseCustomConstraint

expected_exceptions = (<class 'heat.common.exception.EntityNotFound'>,)
resource_client_name = 'barbican'
resource_getter_name = 'get_container_by_ref'
class heat.engine.clients.os.barbican.SecretConstraint[source]

Bases: heat.engine.constraints.BaseCustomConstraint

expected_exceptions = (<class 'heat.common.exception.EntityNotFound'>,)
resource_client_name = 'barbican'
resource_getter_name = 'get_secret_by_ref'
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.