The heat.engine.clients.os.trove
Module¶
-
class
heat.engine.clients.os.trove.
FlavorConstraint
[source]¶ Bases:
heat.engine.constraints.BaseCustomConstraint
-
expected_exceptions
= (<class 'heat.common.exception.FlavorMissing'>,)¶
-
-
class
heat.engine.clients.os.trove.
TroveClientPlugin
(context)[source]¶ Bases:
heat.engine.clients.client_plugin.ClientPlugin
-
DATABASE
= 'database'¶
-
exceptions_module
= <module 'troveclient.openstack.common.apiclient.exceptions' from '/usr/lib/python2.7/dist-packages/troveclient/openstack/common/apiclient/exceptions.pyc'>¶
-
get_flavor_id
(flavor)[source]¶ Get the ID for the specified flavor name.
If the specified value is flavor id, just return it.
Parameters: flavor – the name of the flavor to find Returns: the id of :flavor: Raises: exception.FlavorMissing
-
service_types
= ['database']¶
-