The heat.engine.clients.os.cinder
Module¶
-
class
heat.engine.clients.os.cinder.
BaseCinderConstraint
[source]¶ Bases:
heat.engine.constraints.BaseCustomConstraint
-
resource_client_name
= 'cinder'¶
-
-
class
heat.engine.clients.os.cinder.
CinderClientPlugin
(context)[source]¶ Bases:
heat.engine.clients.client_plugin.ClientPlugin
-
VOLUME
= 'volume'¶
-
VOLUME_V2
= 'volumev2'¶
-
check_attach_volume_complete
(vol_id)¶
-
check_detach_volume_complete
(vol_id)¶
-
exceptions_module
= <module 'cinderclient.exceptions' from '/usr/lib/python2.7/dist-packages/cinderclient/exceptions.pyc'>¶
-
get_volume
(volume)¶
-
get_volume_api_version
()¶ Returns the most recent API version.
-
get_volume_backup
(backup)¶
-
get_volume_snapshot
(snapshot)¶
-
get_volume_type
(volume_type)¶
-
is_conflict
(ex)¶
-
is_not_found
(ex)¶
-
is_over_limit
(ex)¶
-
service_types
= ['volume', 'volumev2']¶
-
-
class
heat.engine.clients.os.cinder.
VolumeBackupConstraint
[source]¶ Bases:
heat.engine.clients.os.cinder.BaseCinderConstraint
-
resource_getter_name
= 'get_volume_backup'¶
-
-
class
heat.engine.clients.os.cinder.
VolumeConstraint
[source]¶ Bases:
heat.engine.clients.os.cinder.BaseCinderConstraint
-
resource_getter_name
= 'get_volume'¶
-
-
class
heat.engine.clients.os.cinder.
VolumeSnapshotConstraint
[source]¶ Bases:
heat.engine.clients.os.cinder.BaseCinderConstraint
-
resource_getter_name
= 'get_volume_snapshot'¶
-
-
class
heat.engine.clients.os.cinder.
VolumeTypeConstraint
[source]¶ Bases:
heat.engine.clients.os.cinder.BaseCinderConstraint
-
resource_getter_name
= 'get_volume_type'¶
-