The heat.engine.clients.os.trove ModuleΒΆ

class heat.engine.clients.os.trove.TroveClientPlugin(context)[source]

Bases: heat.engine.clients.client_plugin.ClientPlugin

TroveClientPlugin.exceptions_module = <module 'troveclient.openstack.common.apiclient.exceptions' from '/usr/lib64/python2.6/site-packages/troveclient/openstack/common/apiclient/exceptions.pyc'>
TroveClientPlugin.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
TroveClientPlugin.is_not_found(ex)[source]
TroveClientPlugin.is_over_limit(ex)[source]

Previous topic

The heat.engine.clients.os.sahara Module

Next topic

The heat.engine.clients.os.swift Module

This Page