The heat.engine.clients.os.cinder
Module¶
-
class
heat.engine.clients.os.cinder.
CinderClientPlugin
(context)[source]¶ Bases:
heat.engine.clients.client_plugin.ClientPlugin
-
VOLUME
= 'volume'¶
-
VOLUME_V2
= 'volumev2'¶
-
exceptions_module
= <module 'cinderclient.exceptions' from '/usr/lib/python2.7/dist-packages/cinderclient/exceptions.pyc'>¶
-
service_types
= ['volume', 'volumev2']¶
-
-
class
heat.engine.clients.os.cinder.
VolumeBackupConstraint
[source]¶ Bases:
heat.engine.constraints.BaseCustomConstraint
-
expected_exceptions
= (<class 'heat.common.exception.EntityNotFound'>,)¶
-
-
class
heat.engine.clients.os.cinder.
VolumeConstraint
[source]¶ Bases:
heat.engine.constraints.BaseCustomConstraint
-
expected_exceptions
= (<class 'heat.common.exception.EntityNotFound'>,)¶
-
-
class
heat.engine.clients.os.cinder.
VolumeSnapshotConstraint
[source]¶ Bases:
heat.engine.constraints.BaseCustomConstraint
-
expected_exceptions
= (<class 'heat.common.exception.EntityNotFound'>,)¶
-